-
Notifications
You must be signed in to change notification settings - Fork 25.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.NET 8: MapIdentityApi<TUser>() #29363
Comments
@guardrex @JeremyLikness Let's track the doc work for using Blazor with the new Identity endpoints separately. This issue should track generically documenting the Identity endpoints so they can be used from any client. |
I've opened a Blazor-specific issue, and I'll keep an 👁️ on this and the tokens issue. |
@JeremyLikness can you provide a draft for this? |
Let me sync with @halter73 and make sure we're not duplicating effort. Is this a conceptual document about the API? |
See
MapIdentityApi<TUser>()
Related: #30066
The main goal of the MapIdentityApi is to make it easy for developers to use ASP.NET Core Identity for authentication in JavaScript-based single page apps (SPA) or Blazor apps.
Since it's for Blazor app, assigning to @guardrex. If you don't want this, let me know.Associated WorkItem - 159474
The text was updated successfully, but these errors were encountered: