AzMoo / django-okta-auth

Django Okta Auth is a library that acts as a client for the Okta OpenID Connect provider.
MIT License
30 stars 23 forks source link

How to get user ID after login #22

Closed HoltSpalding closed 2 years ago

HoltSpalding commented 2 years ago

Hi I'm new to Django and Okta and I'm not much of a web programmer. I got this working but I was wondering how I could get some sort of unique identifier specific to users after login that will remain consistent across sessions. Thank you.

HoltSpalding commented 2 years ago

Answer: https://stackoverflow.com/a/70434440