Saturday, April 7, 2018

Use JWT from ASP.NET Web API (4.7 Framework) with ExpressJS?

I have a .NET Framework 4.7.1 Web API that is working fine authenticating with a SPA. I'd like to use the same JWT access token that comes down in the Authorization header (Bearer token) with Passport in an ExpressJS app where both apps know the HS256 secret key.

See https://jwt.io for an example of what I mean by secret key.

Is this even possible?

Use JWT from ASP.NET Web API (4.7 Framework) with ExpressJS? Click here
  • Blogger Comment
  • Facebook Comment

0 comments:

Post a Comment

The webdev Team