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 πŸŽ‰

improved

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.

improved

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.

improved

SDK Auto-Configuration for NestJS

πŸ“£ NestJS Auth SDK 1.0.0-rc12 Release πŸŽ‰

improved

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.