humanitec / django-oauth-toolkit-jwt

django-oauth-toolkit extension that adds JWT support
MIT License
38 stars 26 forks source link

Implement Implicit Flow #17

Closed tobias-reese closed 5 years ago

tobias-reese commented 5 years ago

There is currently no way to get a JWT Token using the implicit flow. Please have a look at my PR implementing it.

rafa-munoz commented 5 years ago

Thanks. I just reviewed the PR.

rafa-munoz commented 5 years ago

Included in version v0.5.3. Thanks for contributing.