mcueto / djangorestframework-auth0

Library to simply use Auth0 token authentication in DRF within djangorestframework-jwt
MIT License
91 stars 19 forks source link

Is the RS256 Algorithm supported? #30

Closed ryanuc closed 7 years ago

ryanuc commented 7 years ago

I'm using this library successfully with an Auth0 Client using HS256 algorithm.

However, for various reasons we need to use the RS256 algorithm instead.

Is RS256 tested / supported? In order to use RS256 I'd need to store my public key / certificate locally, however I can't find reference on how to this in this package.

I can dig into rest_framework_jwt for more info, however I thought I'd ask the question here in the instance it has already been solved.

mcueto commented 7 years ago

I'm working on it right now, it will be finished on next monday

mcueto commented 7 years ago

Version 0.4.5 released with this change! ;)

you can follow the readme from the sample project

Nice week for you