mirror of
https://github.com/fergalmoran/IdentityEndpointsSample.git
synced 2025-12-26 11:38:19 +00:00
committed by
GitHub
parent
3449eeb906
commit
2a4a7a3f1c
@@ -3,7 +3,7 @@
|
|||||||
https://devblogs.microsoft.com/dotnet/improvements-auth-identity-aspnetcore-8/
|
https://devblogs.microsoft.com/dotnet/improvements-auth-identity-aspnetcore-8/
|
||||||
|
|
||||||
In .NET 8 preview 6, we've added new APIs to allow exposing endpoints to register, login and refresh bearer tokens. This is a simple API
|
In .NET 8 preview 6, we've added new APIs to allow exposing endpoints to register, login and refresh bearer tokens. This is a simple API
|
||||||
that returns tokens (or sets cookies) that is optimized usage with 1st party applications (no delegated authentication). The tokens are self conatined, and generated using the
|
that returns tokens (or sets cookies) that is optimized usage with 1st party applications (no delegated authentication). The tokens are self contained, and generated using the
|
||||||
same technique as cookie authentication. **These are NOT JWTs**, they are opaque tokens. To make issued tokens work across servers, [data protection](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-7.0) needs to be configured
|
same technique as cookie authentication. **These are NOT JWTs**, they are opaque tokens. To make issued tokens work across servers, [data protection](https://learn.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?view=aspnetcore-7.0) needs to be configured
|
||||||
with shared storage.
|
with shared storage.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user