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
Currently to use wish, you need to call sails.wish.provider('github').redirect()
This is okay but for applications with just a single OAuth provider, it will be easier to call sails.wish.redirect() and set a provider property in wish.js
// config/wish.js
provider: 'github'
The text was updated successfully, but these errors were encountered:
Currently to use wish, you need to call
sails.wish.provider('github').redirect()
This is okay but for applications with just a single OAuth provider, it will be easier to call
sails.wish.redirect()
and set aprovider
property inwish.js
The text was updated successfully, but these errors were encountered: