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

Does vue-auth require social providers? #654

Open
dosstx opened this issue Jun 30, 2021 · 1 comment
Open

Does vue-auth require social providers? #654

dosstx opened this issue Jun 30, 2021 · 1 comment

Comments

@dosstx
Copy link

dosstx commented Jun 30, 2021

I am looking for a JS OAuth2 client library that can handle in-house enterprise identity providers (not social services like Google, Facebook, Github, etc). I saw in the demo/docs that social providers were used. Does this library require social providers or can I use a custom OAuth2 provider?

Thanks!

@websanova
Copy link
Owner

Sure, oauth2 is an open standard, they all follow the same format. So as long as your service has implemented oauth2 spec correctly, it's just a matter of changing a url :-)

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

2 participants