This repository has been archived by the owner on Oct 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
6. Release notes
Xelit3 edited this page Jun 4, 2021
·
4 revisions
- Added support to .NET 5.0
- Forget password workflow creeated by Phone, Email or User
- Added Claims and Roles to generated JWT
- Default configuration for Authorization and Authentication
- Removed unnecessary api keyword on controllers
- Fixed Claims mapping and added new ones on JWT generation
- Isolated SqlServer package
- External Providers implementation
- Builder configuration mechanism on startup
- Custom event actions after user creation
- Default users loader from Configuration
- Security enhancements for multiple retries and not confirmed accounts
- PhoneNumber login implemented
- User activation/deactivation
- More Users management implementations
- More Roles management implementations
- More Claims management implementations
- Net Core 3.1 support
- Refactor of context
- Prepared implementation for:
- Default implementation
- Ready for Extended models and context
- Reorganized examples for Default and Custom context
- Isolated services:
- ISessionService
- IUserService
- IRoleService