-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
feat: implement new auth flow #138
Conversation
I noticed we have a changelog but it doesn't seem to be updated anymore. Should I add my changes to that, or have we decided to not use it? 🤔 |
workflows_api/runtime/src/auth.py
Outdated
def validated_token( | ||
token_str: Annotated[str, Security(oauth2_scheme)], | ||
required_scopes: security.SecurityScopes, | ||
): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you include type hint?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is an artifact of a time where we were experimenting with different ways to version deployed code and maintain release notes. On |
Summary: Summary of changes
Addresses VEDA-134: Develop amazing new feature
Changes
/auth/me
endpointPR Checklist