tika
tika

Reputation: 395

how to use JwtAuthProvider in ServiceStack?

Could you please explain how to use JwtAuthProvider in ServiceStack authentication and consume the service in .net client?

Upvotes: 1

Views: 640

Answers (1)

mythz
mythz

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

Related Questions