added

Python Django Auth SDK Added

๐Ÿ“ฃ Our first version of the Python Django Auth SDK is now available! ๐ŸŽ‰:

This SDK handles authentication interactions in your Django backend server and adheres to the Backend Server Integration Pattern. Key functionalities encompass the following:

  • Initiating a login request by redirecting to Wristband.
  • Receiving callback requests from Wristband to complete a login request.
  • Retrieving all necessary JWT tokens and userinfo to start an application session.
  • Logging out a user from the application by revoking refresh tokens and redirecting to Wristband.
  • Checking for expired access tokens and refreshing them automatically, if necessary.

You can find it at: