added

Session Management for FastAPI

πŸ“£ FastAPI Auth SDK 1.0.0 Release πŸŽ‰

improved

Updated the UX of the Create Application Modal

The Create Application modal has been enhanced to help users get started faster. It now provides three options for provisioning an application:

improved

SDK Auto-Configuration for ASP.NET

πŸ“£ ASP.NET Auth SDK 3.0.0 Release πŸŽ‰

improved

Auth Dependencies for FastAPI Demo App

The FastAPI Demo App now shows how to use Dependencies instead of Middleware for securing APIs. The core logic remains the same, but this approach better aligns with FastAPI best practices and provides more granular control over which routes require authentication.

improved

Pydantic Models for FastAPI SDK

πŸ“£ FastAPI Auth SDK 0.4.0 Release πŸŽ‰

improved

Tenant Discovery Flow Enhanced to Propagate Custom State

If a state query parameter, containing any value, is provided when redirecting to the Application Login page (i.e., Tenant Discover page), it will be appended to the redirect request back to the Login Endpoint. This allows for the propagation of custom state through the Tenant Discovery flow back to the application's Login Endpoint.

improved

Decorator and Mixin Support for Django

πŸ“£ Django Auth SDK 0.3.0 Release πŸŽ‰

improved

SDK Auto-Configuration for Django

πŸ“£ Django Auth SDK 0.2.0 Release πŸŽ‰

improved

Enhancement to NextJS Demo Apps

Both the NextJS Page Router Demo App and the NextJS App Router Demo App now use version 3.1.0 of the nextjs-auth SDK. It demonstrates the new SDK auto-configuration capability. Now, only 3 fields are required when initializing the SDK in this demo app: wristbandApplicationVanityDomain, clientId, and clientSecret.

improved

SDK Auto-Configuration for NextJS

πŸ“£ Next.js Auth SDK 3.1.0 Release πŸŽ‰