Replies: 3 comments 40 replies
-
The |
Beta Was this translation helpful? Give feedback.
5 replies
-
Well, interesting.
I'm not sure what else it is?
I verified the Authority item.
Do you have a test Web Api .Net 8?
Sent from my Verizon, Samsung Galaxy smartphone
Get Outlook for Android<https://aka.ms/AAb9ysg>
…________________________________
From: JT ***@***.***>
Sent: Tuesday, March 26, 2024 9:15:32 PM
To: Hawxy/Clerk.Net ***@***.***>
Cc: ttaylor29 ***@***.***>; Author ***@***.***>
Subject: Re: [Hawxy/Clerk.Net] Setup JWT Manual Clerk.net with .Net 8 Web API (Discussion #6)
None of that code should be needed, ASP.NET Core queries Clerk's JWKs and grabs the public key itself via https://*.clerk.accounts.dev/.well-known/jwks.json. I just retested this now and my example works fine.
—
Reply to this email directly, view it on GitHub<#6 (reply in thread)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AFTY7X5TVKHV6MWFZ7S37GTY2ITUJAVCNFSM6AAAAABFH6XSCSVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DSMRSGQ3TE>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
32 replies
-
Few things that was not clear in the docs are:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am new to Clerk.com. I'm trying to start a next.js app with Clerk.
I want to do all of my backend with .NET Core WEB API.
I figured out tonight how to do a manual JWT.
I want to just basically use the front end for the user to sign in and then use that token/JWT to verify they are authenticated.
I tried to set up your code and for some reason, I have a 401 not authorized when I make the call from my next.js app.
I would rather use your SDK for .NET compared to checking manual JWTs and then using the userId from the principle to go and query their API and setting the claims.
Do you know what I'm doing wrong by chance?
Here is my .tsx file:
Beta Was this translation helpful? Give feedback.
All reactions