Skip to content
This repository has been archived by the owner on Jul 9, 2019. It is now read-only.

oestrich/oauth-server

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
bin
 
 
 
 
db
 
 
lib
 
 
log
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Sample OAuth 2.0 Server

This is a sample OAuth 2.0 server that I wrote after reading through the spec.

Startup

$ rake db:create db:migrate db:seed 
$ # save the two outputted values for `oauth-example/.env`
$ rails s --port 5001

$ cd oauth-example
$ vim .env # place client values here
$ rails s --port 5000

About

Sample OAuth server after reading RFC 6749

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published