|
cookie_state = request.COOKIES["okta-oauth-state"] |
Trying to implement the latest okta-signin-widget into my existing django project. I'm having difficulty with the callback method. Curernt okta-signin-widget as of 7.0+ no longer creates state or nonce cookies. Also it doesn't look like this supports PKCE.
There seems to be a number of github repositories that reference okta and django but none of them work very well with the current standards. Any ideas?
Thanks!
django-okta-auth/okta_oauth2/views.py
Line 57 in 99116ff
Trying to implement the latest okta-signin-widget into my existing django project. I'm having difficulty with the callback method. Curernt okta-signin-widget as of 7.0+ no longer creates state or nonce cookies. Also it doesn't look like this supports PKCE.
There seems to be a number of github repositories that reference okta and django but none of them work very well with the current standards. Any ideas?
Thanks!