kinde-starter-kits / python-starter-kit

Starter kit to get going with Python
MIT License
13 stars 5 forks source link

Added some simple server side session management #10

Closed rairaman closed 1 year ago

rairaman commented 1 year ago

Explain your changes

The sample starter kit did not have any session management, and was using a single client object for all operations. This change creates a client object for each user that logs in, and uses a server side session to allow concurrent logins to work correctly.

Checklist

🛟 If you need help, consider asking for advice over in the Kinde community.