feathersjs-ecosystem / authentication-oauth2

[MOVED] OAuth 2 plugin for feathers-authentication
https://github.com/feathersjs/feathers
MIT License
26 stars 15 forks source link

Simplified redirectOptions (#42) #44

Closed nsainaney closed 7 years ago

nsainaney commented 7 years ago

Fix for redirectOptions. Going from:

{
  auth: {
    github: {
        ...
        github: { 
          redirectOptions
        }
   }
}

to

{
  auth: {
    github: {
        ...
        redirectOptions
   }
}