TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
sangmesh
NA
14
1.1k
How to implement JWT auth token for C# windows service
Apr 17 2017 6:08 AM
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?
Reply
Answers (
0
)
Google protocol buffers serialization
How to await Task.Delay(100) function below .net framework?