I just got flask-oauthlib working in a website I'm building. However, I noticed that the front page of the project has a warning to use authlib instead.
If you use flask-oauthlib in production are you planning to migrate to authlib? Is anyone aware of a simple project repo where this migration has been done? I'd very much appreciate glancing at something.
flask-oauthlib page, note the warning:
Answering your question at first:
But it would be easier to check the example at https://github.com/authlib/example-oauth2-server
I'm the author of Flask-OAuthlib and Authlib. Here is the differences: