jpadilla / django-rest-framework-jwt

JSON Web Token Authentication support for Django REST Framework
http://jpadilla.github.io/django-rest-framework-jwt/
MIT License
3.19k stars 649 forks source link

external server #468

Open spavlovich001 opened 5 years ago

spavlovich001 commented 5 years ago

How to use django-jwt-auth in schema cas server and many clients?

client1(djangorest) --> cas server(django-jwt-auth)

in client: JWT_SERVER_URL = http://cas.some.com like https://github.com/mingchen/django-cas-ng(CAS_SERVER_URL). This possible?