C
C#4mo ago
workani

✅ Best approach for auth | ASP NET Web Api

What is the best way to implement for web api? Write everything from scratch(login/register controllers, token service) or use IdentityApiEndpointd?
2 Replies
Imtiaz
Imtiaz4mo ago
The first approach, custom endpoints. The IdentityApiEndPoint is new, and it is just for quick testing/checking out. You can't customize these endpoints.
workani
workaniOP4mo ago
Thanks

Did you find this page helpful?