21 lines
804 B
Plaintext
21 lines
804 B
Plaintext
|
|
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/
|