Session Management for FastAPI
π£ FastAPI Auth SDK 1.0.0 Release π
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:
SDK Auto-Configuration for ASP.NET
π£ ASP.NET Auth SDK 3.0.0 Release π
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.
Pydantic Models for FastAPI SDK
π£ FastAPI Auth SDK 0.4.0 Release π
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.
Decorator and Mixin Support for Django
π£ Django Auth SDK 0.3.0 Release π
SDK Auto-Configuration for Django
π£ Django Auth SDK 0.2.0 Release π
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
.
SDK Auto-Configuration for NextJS
π£ Next.js Auth SDK 3.1.0 Release π