vue-auth icon indicating copy to clipboard operation
vue-auth copied to clipboard

Does vue-auth require social providers?

Open dosstx opened this issue 4 years ago • 1 comments

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!

dosstx avatar Jun 30 '21 13:06 dosstx

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 :-)

websanova avatar Jun 30 '21 14:06 websanova