We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is present in the response when making a GET request to https://passport.thegrid.io/api/user, but isn't documented or shown in the schema.
GET
https://passport.thegrid.io/api/user
This appears to be the authentication scopes listed here: http://developer.thegrid.io/authentication.html
Can I assume that this is optional? It's not present when making a request to https://passport.thegrid.io/api/user/{id}.
The text was updated successfully, but these errors were encountered:
https://passport.thegrid.io/api/user/{id} and https://passport.thegrid.io/api/user/ are different API calls. The latter is for currently authenticated user and carries scope data to be used in auth filters.
Sorry, something went wrong.
But in terms of having a single user model for both, I think you're confirming that scope would need to be optional.
scope
Speaking schema, yes, scope is optional.
No branches or pull requests
This is present in the response when making a
GET
request tohttps://passport.thegrid.io/api/user
, but isn't documented or shown in the schema.This appears to be the authentication scopes listed here: http://developer.thegrid.io/authentication.html
Can I assume that this is optional? It's not present when making a request to https://passport.thegrid.io/api/user/{id}.
The text was updated successfully, but these errors were encountered: