https://github.com/arobyr/caid-user-validation-app
Authentication system with validations
https://github.com/arobyr/caid-user-validation-app
asp-net-core asp-net-mvc blazor csharp
Last synced: 2 months ago
JSON representation
Authentication system with validations
- Host: GitHub
- URL: https://github.com/arobyr/caid-user-validation-app
- Owner: ArobyR
- Created: 2024-09-19T19:04:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-22T01:18:16.000Z (over 1 year ago)
- Last Synced: 2024-12-14T10:44:12.955Z (over 1 year ago)
- Topics: asp-net-core, asp-net-mvc, blazor, csharp
- Language: C#
- Homepage:
- Size: 883 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# caid-user-validation-app
Authentication system with validations using C# with ASP.NET Core MVC.
### :floppy_disk: Database
- Use PostgreSQL as a database.
### :lock: Security
- TODO: Implement JWT
- Create cookies by session.
### 🗒️ Notes
- TODO: Create a service layer and use injections for manage revoke JWT's in a db.