Hasura + Auth0 tutorial including multi-role setup and testing/debugging with jwt.io.

Поділитися
Вставка
  • Опубліковано 12 лис 2024

КОМЕНТАРІ • 25

  • @angelbythewings
    @angelbythewings 2 роки тому

    This tutorial does cover almost everything that I had a hard time understanding, Thanks a lot Tanmai

  • @oldschoolshoe
    @oldschoolshoe 3 роки тому

    Many thanks for this overview with the specific implementation steps. It’s notable how many tutorials and articles bypass setting up authentication with GraphQL. I’m still working through the exact steps to implement what was shown here, but having a perspective on how authentications fits in with the whole data workflow for an application is valuable. Thank you.

  • @mike73783
    @mike73783 5 років тому +6

    If you get a "oops, something went wrong error" at 4:00 try disabling the "OIDC Conformant" setting from Settings -> Show Advanced Settings -> Oauth.

  • @sarathbaiju6040
    @sarathbaiju6040 2 роки тому +1

    Could you make an upgrade version of this content.?

  • @arsalanshaikh3763
    @arsalanshaikh3763 5 років тому +2

    Thanks for this awesome tutorial hasura is very promising please do a video on developing a graph ql
    backend with hasura locally.Thanx love from Pune

  • @creative-commons-videos
    @creative-commons-videos 5 років тому +4

    am I stuck with Auth0, what if I don't want to use it and instead want to use custom jwt nodejs api ?? how to use that ?

  • @christopherrepka3876
    @christopherrepka3876 4 роки тому +1

    These tutorials have been very helpful, thanks to the folks at Hasura for making them! Quick question though: can anyone point me to a good article or piece of documentation on how I can go about passing role headers to Hasura dynamically while using React and Apollo Client? Not sure how I can set roles with Auth0 and send them for authorized access in practice based on these videos.

  • @LetterSignedBy51SpiesWasA-Coup
    @LetterSignedBy51SpiesWasA-Coup 4 роки тому +2

    Great overview. Would you happen to know of an example that sets different roles for different users? for example: user, admin, superadmin

  • @TarasShevchenkoStep
    @TarasShevchenkoStep 5 років тому +2

    Wow! Genius... So complicated steps )) And not so simple as I think. Very interesting if it can be optimized by scripts. And with free passport.js But anyway thank you! Great video!!!

    • @HasuraHQ
      @HasuraHQ  5 років тому +1

      Yes!
      I wish Auth0 had a quick test URL for their universal web login. That would make things SO much easier :)

    • @TarasShevchenkoStep
      @TarasShevchenkoStep 5 років тому

      Hasura Maybe we can inform them to do this?

  • @CoryTheSimmons
    @CoryTheSimmons 5 років тому +3

    Hot damn this was perfectly timed I love you guys. :D

  • @budavargas
    @budavargas 2 роки тому

    Any chances of this tutorial being updated?

  • @kaiprism
    @kaiprism 2 роки тому

    Does this tutorial applicable in react native?

  • @kiranyadav1765
    @kiranyadav1765 4 роки тому

    not getting the access token , using auth0-domain.auth0.com/login?client=client_id&protocol=oauth2&response_type=token%20id_token&redirect_uri=callback_uri&scope=openid%20profile, I am putting the auth0 domain and client-id and callback url, still not getting the access token

  • @noelsoong777
    @noelsoong777 5 років тому

    Hi I don't seem to have a query param for accesstoken

  • @FelipeCosta7
    @FelipeCosta7 5 років тому +1

    Thanks for this video and for this incredible piece of software, Hasura is amazing.
    How can I make a request to Hasura from Auth0 during the Rule execution to get some metadata information from my database that I want to use to compose the token?
    The restriction is that I don't want to use admin secret to make the request, neither anonymous queries.

  • @m.raghuram9039
    @m.raghuram9039 Рік тому

    we need for firebase also

  • @thechen6985
    @thechen6985 3 роки тому +1

    Update: Dont put the HASURA_GRAPHQL_JWT_SECRET env variable on Heroku, instead go to the project details in Hasura itself and add it over there. This took me 0.5 days to find out. NEVER use the HASURA_ADMIN_SECRET in your environment to enforce the authentication! This was a solution I unfortunately saw a few times.
    full thread on github. @t

    • @ardinusawan13
      @ardinusawan13 3 роки тому

      Hi can you help me? I strugle with it. Can we pair? 🙏

    • @thechen6985
      @thechen6985 3 роки тому +1

      ​@@ardinusawan13 Hi, this is the location to put in the variable. Change your project_id to your project id
      cloud.hasura.io/project/PROJECT_ID/env-vars
      See image:
      imgshare.io/image/add-env-hasura.pjaFNO

    • @rafs.3206
      @rafs.3206 3 роки тому

      ​@@thechen6985 wait what..why?
      If you are hosting on Heroku and NOT on Hasura Cloud then Heroku Env Vars is absolutely the right place to put it.