Skip to content

Blazor.Auth v1.0

Latest
Compare
Choose a tag to compare
@YuriyDurov YuriyDurov released this 30 Jul 13:08
· 1 commit to main since this release

πŸš€ Blazor.Auth v1.0 Release Notes

We are thrilled to announce the release of Blazor.Auth v1.0, our tearless authentication library for the Blazor framework. This milestone marks the transition from pre-release versions to a stable and feature-complete package.

Key Features

Authentication and Authorization

  • Easy Integration: Simple setup process to integrate authentication and authorization into your Blazor applications.
  • Custom JWT Support: Supports custom JWT-based authentication schemes.
  • Cookies Storage: Store users' authentication tokens using their browser cookies.
  • User Registration and Login: Support for user sign-up, sign-in, and sign-out functionalities.
  • Token Refresh: Automatically handle token refresh to keep users authenticated without interruptions.
  • Rendermode support: Supports all Blazor United render modes:
    • Static SSR
    • Interactive Server
    • Interactive Webassembly
    • Interactive Auto

Developer Experience

  • Extensible and Customizable: Highly extensible architecture allows for customization and extension to meet specific requirements.
  • Detailed Documentation: Comprehensive documentation and examples to help you get started quickly and efficiently.

Getting Started

To get started with Blazor.Auth v1.0, please visit our documentation for installation instructions, usage guides, and API references.

Acknowledgements

We extend our heartfelt thanks to our contributors and the community for their invaluable feedback and support in making this release possible.