Skip to content

Commit

Permalink
update requirements.txt to use latest Authlib
Browse files Browse the repository at this point in the history
This PR is to update `requirements.txt` to use the latest `Authlib`.
* The `example-oauth2-server` is not fully functional until this fix goes in.  For details and validation/resolution please see:  authlib#90 (comment)
* In addition to fixing the regression, this PR uses the latest `Authlib` (instead of pinning to a version)  to encourage keeping the example working across `Authlib` enhancements -- a useful attribute of an example.
  • Loading branch information
marcejohnson authored Nov 5, 2022
1 parent 882baf6 commit ed12250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Flask
Flask-SQLAlchemy
Authlib==0.14.3
Authlib

0 comments on commit ed12250

Please sign in to comment.