Replies: 1 comment 4 replies
-
Is your problem related to .NET 9? Because this works well on .NET 8.?If you're looking for a way to implement JWT, I have a project where JWT is working as expected. Package Used<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="8.0.6" /> Code Snippet in
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there an existing issue for this?
Describe the bug
It seems impossible (or at least not obvious) to implement JWT authentication with Blazor Web Apps. I have seen many related issues raised but rather than add to the noise can you either point me to existing code or provide a minimal code on how to actually do this? I am using global InteractiveServer rendermode.
Just to add, I've tried using GitHub CoPilot (all models including Claude Sonnet) to help and they have had no luck, which must be a bad sign right?!
Thanks
Expected Behavior
No response
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
9
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions