websanova / vue-auth

A simple light-weight authentication library for Vue.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does vue-auth require social providers?

dosstx opened this issue · 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!

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