humanitec / django-oauth-toolkit-jwt

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

JWT_ISSUER URL #35

Open aii-prabhakaran opened 3 years ago

aii-prabhakaran commented 3 years ago

How to give JWT_ISSUER URL instead of name of the issuer while generating the JWT token

JWT_ISSUER = 'http://127.0.0.1:8000/o' JWT_ID_ATTRIBUTE = 'email' JWT_PRIVATE_KEY_ONEISSUER = """