Reputation: 395
Could you please explain how to use JwtAuthProvider in ServiceStack authentication and consume the service in .net client?
Upvotes: 1
Views: 640
Reputation: 143399
The docs on the JWT AuthProvider includes both server registration and several c# client examples for authenticating with JWT: http://docs.servicestack.net/jwt-authprovider
If you still have questions after reading the docs, ask a new more specific question on exactly what you’re still having difficulty with.
Upvotes: 2