You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use the Javascript library as client side javascript and using the example:
var OAuth = require('@zalando/oauth2-client-js');
var google = new OAuth.Provider({
id: 'google', // required
authorization_url: 'https://google.com/auth' // required
});
But you cannot use require on client side javascript - am I missing something?
The text was updated successfully, but these errors were encountered:
Trying to use the Javascript library as client side javascript and using the example:
var OAuth = require('@zalando/oauth2-client-js');
var google = new OAuth.Provider({
id: 'google', // required
authorization_url: 'https://google.com/auth' // required
});
But you cannot use require on client side javascript - am I missing something?
The text was updated successfully, but these errors were encountered: