Skip to content

omkz/rails-api-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Login

curl -X POST -d "grant_type=password&email=user@example.com&password=abc123" localhost:3000/oauth/token

Get All Posts

curl -v localhost:3000/api/posts?access_token=OurAccessToken

Releases

No releases published

Packages

No packages published