DurnyklyYol/DurnyklyYol.Blazor.Server/API/Security
merdan 865c48fff2 Added Notification And Cargo request 2024-09-26 11:06:05 +05:00
..
AuthenticationController.cs Add project files. 2024-09-02 15:07:25 +05:00
JwtTokenProviderService.cs Added Notification And Cargo request 2024-09-26 11:06:05 +05:00
Readme.txt Add project files. 2024-09-02 15:07:25 +05:00

Readme.txt

Folder Description

The "api/Authentication/" endpoint is intended to authenticate users based on logon parameters (a name and password). 
The generated JWT authentication tokens are used to access API Controllers securely.

YOUR FEEDBACK MATTERS
Please tell us how our Web API Service works for you: https://www.devexpress.com/go/XAF_WebAPI_Feedback.aspx - THANKS!

Relevant Documentation

Use the Swagger UI to Test the JWT Authentication
https://docs.devexpress.com/eXpressAppFramework/403504/

Access Security System in a Web API Controller Endpoint
https://docs.devexpress.com/eXpressAppFramework/403861/

Overview of ASP.NET Core authentication
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/

Security System Module
https://docs.devexpress.com/eXpressAppFramework/113591/