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

JWT gitlab OmniAuth provider setup support #354

Closed
rinshadka opened this issue Jun 2, 2020 · 3 comments
Closed

JWT gitlab OmniAuth provider setup support #354

rinshadka opened this issue Jun 2, 2020 · 3 comments

Comments

@rinshadka
Copy link

Hi, how to integrate jwt authentication with gitlab. Is there any provider for jwt to register. Or should we need to create our own service with jwt libraries?

Gone through this link - https://github.com/mbleigh/omniauth-jwt#usage, Is there any documentation or reference regarding this implementation?

Please help
Thanks

@anakinj
Copy link
Member

anakinj commented Jul 7, 2020

Hi @rinshadka

Not totally sure if I understand your question or problem, but the ruby-jwt GEM is used only to encode and decode JWT tokens using various algorithms.

It's not per se an authentication provider.

@phlegx
Copy link
Contributor

phlegx commented Sep 28, 2020

@rinshadka related issue #340 where ruby-jwt is used with omniauth-jwt. You have to ask the creator of omniauth-jwt for documentation or reference regarding the omniauth-jwt gem.

@anakinj
Copy link
Member

anakinj commented Dec 1, 2020

Closing this. If there are some needs for improving the documentation we are open for suggestions.

@anakinj anakinj closed this as completed Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants