Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prefered Authentication gem? devise_token_auth? #26

Open
simonfranzen opened this issue May 30, 2021 · 6 comments
Open

Prefered Authentication gem? devise_token_auth? #26

simonfranzen opened this issue May 30, 2021 · 6 comments
Labels
question Further information is requested

Comments

@simonfranzen
Copy link
Member

Dear rails and graphql community,

many thanks for more than 200 stars on github! This is amazing! 💙

Maybe you could help us out in decision making: Would it be better to integrate devise_token_auth as token authentication method.

The truth is that we dropped the current graphql-auth gem in our other projects. We are using devise_token_auth there and it works very well.

thank you1

@simonfranzen simonfranzen added the question Further information is requested label May 30, 2021
@RizkiHerdaID
Copy link

I've been using this boilerplate for the last 4 months for learning RoR. In fact, I also use it for a project for the company I work for.

It's difficult for me to integrate graphql-auth with our custom doorkeeper login flows. For now, my code for admin authentication is kinda 'messy' because I need to copy and paste some codes from graphql_auth to make it work.

Besides, I notice devise_token_auth maintains a session for each client/device, which is what I needed for my project. If this can work with the boilerplate, I would love to refactor my codes to use devise_token_auth.

@harryct229
Copy link

First of all, thank you for this good boilerplate and gem.

I have been using this for my project. I am agree that It's difficult to integrate graphql-auth, sometimes I end of patching and copy-pasting the functions.

I think it would be great if we can integrate devise_token_auth in this. Do you have any plan to upgrade this?

Thanks

@simonfranzen
Copy link
Member Author

Hey, yes we are on it to publish a new version in August with devise_token_auth!

@thehashrocket
Copy link

Is the update2021 branch safe to use now or is it still being updated?

@simonfranzen
Copy link
Member Author

hey, sorry, no branch is not safe to use :|

@hassanrbh
Copy link

hey still the branch not safe to use ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

5 participants