-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
fix: Validate Azure JWTs using authlib
#2112
Changes from 14 commits
5aa38b7
aa9ace7
8124fbf
e09b96b
243ff93
88dd310
7afa57c
86fd8b7
0f8af76
e57cab4
55a5ebe
63d1e4e
879edd0
a4e4fbb
3c17998
ec14163
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,8 @@ | |
# | ||
apispec[yaml]==6.3.0 | ||
# via Flask-AppBuilder (setup.py) | ||
authlib==1.2.1 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. can you move this to requirements extra? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I noticed that |
||
# via Flask-AppBuilder (setup.py) | ||
attrs==21.4.0 | ||
# via jsonschema | ||
babel==2.9.1 | ||
|
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.
this should be cached or set at boot time