earaujoassis / space

🚀 A user management microservice; OAuth 2 provider
MIT License
17 stars 6 forks source link

Set client application's scope #74

Closed earaujoassis closed 4 years ago

earaujoassis commented 4 years ago

When creating a new client application, the default is public. There are three scopes available: public, read, and read_write. If the client application has the public scope only, it won't be allowed to obtain user's data.