Soheb Rapati
Soheb Rapati

Reputation: 43

ServiceStack JWT Auth Provider example

Can anyone get me ServiceStack's JWT Auth Provider example.

I want to use servicestack for user registration and login.

Also google, facebook, twitter for sign up.

Upvotes: 2

Views: 1137

Answers (1)

mythz
mythz

Reputation: 143369

Please read the docs on JWT Auth Provider which provides both Server registration and Client examples.

techstacks.io and gistlyn.com are some examples that uses both OAuth and JWT Auth Providers.

Upvotes: 1

Related Questions