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

Linkedin Auth Support #19

Open
INF800 opened this issue Jan 18, 2024 · 7 comments
Open

Linkedin Auth Support #19

INF800 opened this issue Jan 18, 2024 · 7 comments

Comments

@INF800
Copy link

INF800 commented Jan 18, 2024

Hi, how easy is it to add Linkedin auth? I don't see this in https://wasp-lang.dev/docs/auth/overview

@Elijas
Copy link

Elijas commented Jan 18, 2024

+1 for this

@Martinsos
Copy link
Member

Yup, we don't have it yet, and you can't add it at the moment, but we will soon be adding more providers to Wasp (in the next 30 days most likely), including LinkedIn! Specifically, we will be integrating https://github.com/pilcrowOnPaper/arctic .

At some point in the future we might also add an option to provide a custom oAuth2 provider, although that will come later, as arctic should cover most of the popular ones.

@almereyda
Copy link

It will be interesting to test arctic against a self-hosted GitLab instance, and a subsequent implementation of an OIDC Discovery compatible client.

@LouisDeconinck
Copy link

Yup, we don't have it yet, and you can't add it at the moment, but we will soon be adding more providers to Wasp (in the next 30 days most likely), including LinkedIn! Specifically, we will be integrating https://github.com/pilcrowOnPaper/arctic .

At some point in the future we might also add an option to provide a custom oAuth2 provider, although that will come later, as arctic should cover most of the popular ones.

Would be great to get these additional OAuth options.

@Martinsos
Copy link
Member

Yup, we don't have it yet, and you can't add it at the moment, but we will soon be adding more providers to Wasp (in the next 30 days most likely), including LinkedIn! Specifically, we will be integrating https://github.com/pilcrowOnPaper/arctic .
At some point in the future we might also add an option to provide a custom oAuth2 provider, although that will come later, as arctic should cover most of the popular ones.

Would be great to get these additional OAuth options.

Uff time is passing by quickly! So we got much closer with this, we now have arctic integrated, but we need to add each provider manually. This is actually now quite straight-forward per provider, but still takes a bit of work.

I don't have an exact date, but it will be happening in the near future!

@giovanniborella
Copy link

@Martinsos If you can provide pointers, this might be a good first-issue? I'm looking for Microsoft Entra ID myself

@Martinsos
Copy link
Member

@Martinsos If you can provide pointers, this might be a good first-issue? I'm looking for Microsoft Entra ID myself

Unfortunately, I would call it simple enough to be a good first issue -> the process of doing it is not very "smart", but it does require a bunch of "boring" changes in a bunch of files, so would be tricky for first time contributor to figure out. We will likely make it simpler in the future but we are not there yet.
But good to know about "Microsoft Entra ID", we will see into that also!

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

No branches or pull requests

6 participants