@fusionauth_user Hi, Sir. Just visiting once again this thread. Is it really possible to use it with Hasura?
Posts made by mrstudyfirst
-
RE: Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)
-
RE: Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)
@fusionauth_user Seriously?! That would be awesome!
-
Can FusionAuth Handle Stripe Payments and MinIO File Uploads?
Found someone to teach me integrating Hasura and FusionAuth. Someone told me that FusionAuth can be flexible to the point that it can have function for Stripe Payments and MinIO file uploads. Is that really true? I'm not giving up with FusionAuth yet. Just so hard for newbies to learn it due to the lack of Youtube tutorials. I really hope you can help newbies like me to integrate FusionAuth with anything... Like in my case...
Hasura + FusionAuth + Gatsby
-
RE: Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)
Before anything else, thanks for the reply. I deeply appreciate it.
I'm just sad that I can't comprehend everything you just typed for several reasons:
0 - I am still a student learning bunch of stuff all at the same time so everything is kinda confusing and reverse engineering other people's works is kinda impossible as of the moment. I'm really sorry if I can't comprehend your instructions yet. What I'm currently learning are not even within my school's curriculum but I really really wanted to create my own auth server using yours. I feel like it'll be a useful experience for my future projects. Not relying on Auth0, Firebase, AWS Cognito, Netlify Identity, and many more might really be possible if I can understand how FusionAuth works.
1 - I'm not really good with Docker. I just ask help from KintoHub devs (on their Discord Server) when building a Dockerfile to be deployed on their server. They are really accommodating and I am also rooting for their success just like how I am rooting for you, guys. Both of your technologies are new to the market but I can see that you have limitless potentials. Just thinking about both of your techs to succeed in the future makes me really excited. Maybe you can partner up with them so that you can have "One Click Deploy to KintoHub" just like like Hasura's "One Click Deploy to Heroku"? Dunno, might be both good advertisement for both of your techs.
2 - The only experience that I had that is related to authentication service is using Laravel's built in authentication/authorization. They have this /login RESTful endpoint where we can send a POST request with user login info in its body then the Laravel API tries to authenticate and if authenticated, it will either send a cookie or a JWT which we can pass back and forth for every resource request. Then it has this /register and /logout endpoints as well.
3 - After reading the Gatsby-FusionAuth tutorial, I read that it requires another NodeJS backend which made me step back a little. In the first place, the reason why I want to create my own auth server is for it to be the sole authentication microservice between Gatsby and Hasura. Putting another NodeJS between them adds more pain than solution for me because now I need to learn how to create a NodeJS server.
I'm really sorry if I just wasted your precious time. Thanks for replying. I hope there'll be someone who can create a tailored solution for my dream stack: Hasura + FusionAuth + Gatsby. I guess for now, it'll be just Hasura + Auth0 + Gatsby. All I can do is hope for now...
-
Gatsby + Hasura + FusionAuth + KintoHub (My Dream Stack)
Hello, guys!
Been looking for a lot of related solutions to create my very own authentication/authorization server and then I found you, guys. You are godsent. I don't want to subscribe to something like Auth0 but if need be, I will. But as for now, I'd like to create my own so that I can create an auth microservice for my future apps.So my current stack includes Gatsby (a static site generator) and Hasura (a very powerful GraphQL API server). I need to create something that takes care of authentication and authorization and that is where I'd like FusionAuth to take the helm. I am a big fan of yours as well as KintoHub (where I'll be deploying my FusionAuth server). I hope you can help me build a Dockerfile for it as I read that nginx is required.
Are there any Hasura + FusionAuth + Gatsby article or anything remotely related to it? I hope you can point me on the right direction, guys. Have a great day!!!