DEV Community

Michael Bukachi
Michael Bukachi

Posted on • Updated on

 

Flask-Authlib-Client

I present to you Flask-Authlib-Client, a flask extension for authlib that answers the question "How do I validate tokens from a different resource server?". I haven't managed to publish it on Pypi because I'm having issues with my pypi account. Hoping to get it sorted soon.

Check it out on Github.

Happy New Year!

Edit

Finally got my pypi account back (yeepie!). You can now install the extension with:

pip install Flask-Authlib-Client

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git