Skip to content

RanieryCG/blazorauthenticationserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlazorAuthentication

A small Blazor sample project demonstrating a basic authentication flow and UI components. Intended for learning and experimentation.

Disclaimer

This project is provided for educational purposes only. It is not production-ready and should not be used in a production environment. No warranties or guarantees are provided regarding security, reliability, performance, or compliance.

If you plan to adapt this code for real-world use, perform a full review and implement appropriate production practices, including but not limited to:

  • secure authentication and authorization mechanisms,
  • proper input validation and sanitization,
  • secure storage and management of secrets and credentials,
  • robust error handling and logging,
  • configuration management and environment separation,
  • keeping dependencies and packages up to date,
  • security testing and compliance checks.

By using this project you acknowledge that the authors and maintainers are not responsible for any consequences resulting from its use.

About

Blazor application (.net 10) with cookie authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors