javascript-oauth2 icon indicating copy to clipboard operation
javascript-oauth2 copied to clipboard

Implementation of OAuth2 in JavaScript using CORS

Results 4 javascript-oauth2 issues
Sort by recently updated
recently updated
newest added

When trying to use the library, I'm getting: ``` ReferenceError: _ is not defined ``` I don't see this anywhere in the docs. Ideally, you may consider publishing this on...

I see you are having client secret and client id in code: clientID: 'abcdefgh', clientSecret: 'ijklmnop', What if I change /etc/hosts and put redirect url (dmina) from ouath there?

instead of open a popup just ask for password and username

Don't you think that it is kind of of security issue if i put client secret and client id into javascript? That means that I can fake domain by just...