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 π
Enhancement to NestJS Demo App
The NestJS Demo App is now using version 1.0.0-rc12 of the nestjs-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
.
Enhancement to FastAPI Demo App
The FastAPI Demo App is now using version 0.3.0 of the fastapi-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 NestJS
π£ NestJS Auth SDK 1.0.0-rc12 Release π
Dashboard UI Enhancements
- Added links on the identity provider configuration pages to their respective setup guides.
- Fixed a typo in the dashboard enterprise identity provider configurations.