Why I built Ash Authentication - James Harton

Sdílet
Vložit
  • čas přidán 14. 03. 2023
  • Recently I released the first public version of the `ash_authentication` package, which makes user authentication a first-class citizen inside the Ash ecosystem. This talk is about why I built it and a short demonstration of how to use it.
    Elixir Australia March 2023 Meetup: www.meetup.com/elixir-sydney/...
  • Věda a technologie

Komentáře • 4

  • @starmountpictures
    @starmountpictures Před rokem

    Great demo thank you

  • @Ro_dolfoSilva
    @Ro_dolfoSilva Před rokem +1

    Ash will be the next Django!

  • @iamrosaan
    @iamrosaan Před rokem +2

    This is great! I have a quick question: How can I generate JWT tokens while using the GraphQL extension?

    • @Mmk-dn1fi
      @Mmk-dn1fi Před 11 dny

      Did you ever find the answer to this? I was going to try to utilize JWT as well, coming from another auth by Supabase