3angleTech / railsApi

MIT License
0 stars 0 forks source link

OAuth 2.0 Authentication #2

Open paraschivionut opened 5 years ago

paraschivionut commented 5 years ago

Why

To have an easy way of adding authentication and authorization to REST APIs

What

Notes

We would like to see if we can find an out of the box oauth server that implements the oauth2 standard that also enabled some UI screens to create auth clients, add authorization rules etc

paraschivionut commented 5 years ago

Oauth 2.0

oauth client => consumer of the application's APIs => each consumer has clientId clientSecret => will gain access to a list of grants

The RoR app will have client (should use the same values as here https://github.com/3angleTech/nodeApi/blob/master/web-api/config/default.json).