Working on a new Elixir side project using
@ash-hq.org and needed to implement support for access/refresh tokens. Fortunately, it was pretty straight forward to extend Ash Authentication to add support.
www.mikewilson.dev/posts/refres...
#ElixirLang #AshFrameworkSupporting refresh tokens with Ash Authentication
Explore how to use Ash Authentication’s existing password strategy to generate access tokens, and expand on it to support generating and exchanging access token and refresh tokens as well.