Forum Discussion
saralbreak
Feb 25, 2024Copper Contributor
.Net 8 web API with identity Bearer token
I am using .NET 8 Bearer Token not JWT token and I want to check if it is expired from my client app. Is there any way I can decode it or at least check if it is expired or not? Is there a way I can ...
TohidAzizi
May 01, 2024Copper Contributor
I have the same problem with standalone Blazor Wasm. Is there a way to *decode* Microsoft Identity 8 token?