Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
My application has REST APIs written in Google Golang. We have implemented jwt token auth mechanism using the library (https://github.com/dgrijalva/jwt-go)

Client website is in angularjs uses angular-jwt for auth.(https://github.com/auth0/angular-jwt)

We also have C# windows service which also consumes the golang REST api. How can I implement jwt auth for the windows application?

What I have tried:

How to implement JWT auth token for C# windows service
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900