C
C#2w 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
Imtiaz2w 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
workaniOP2w ago
Thanks

Did you find this page helpful?