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
The idea is to have the options of configuring a method to authenticate who is requesting determinate endpoint.
Usually this method is by using token that refers a user with some privileges.
curl http://0.0.0.0/path?user=Laura -H "GToken: XATFbAFAGbaSgGYAgaLYgGANKa" {"uid":2394,"nome":"Laura","Joined":"02-04-2021 15:10:41"}
curl http://0.0.0.0/path?user=Laura -H "GToken: AAAAAAAAAAAAAAAAAAAAAAAAAA" {"Error":"Access Denied"}
This feature would require a hierarchy of users with more specific criteria.
The text was updated successfully, but these errors were encountered:
farinap5
No branches or pull requests
Authentication Method
The idea is to have the options of configuring a method to authenticate who is requesting determinate endpoint.
Usually this method is by using token that refers a user with some privileges.
Example:
What would need to be implemented?
This feature would require a hierarchy of users with more specific criteria.
The text was updated successfully, but these errors were encountered: