How change using Sessions to use access tokens instead?

Hi,
i today use servicestack with sessions and want to change using a API access token solution.

Is there any guide on how to set up this? Where do i store the access tokens?

Thx!

We’ve got 2 existing token based Auth Providers that you might be interested in:

If you want to create a new token-based from scratch, you’ll need to study the existing implementations.