Giter Site home page Giter Site logo

Comments (6)

RomainLanz avatar RomainLanz commented on May 19, 2024

Hey @johnpyp! 👋

I don't get why you are talking about passportjs and what's your issue?

from ally.

johnpyp avatar johnpyp commented on May 19, 2024

Passport Js is just an example, as it is the most popular OAuth library in Node.

In the google OAuth (not sure about others) there is a parameter allowed in the url called "prompt". If you set it to "select_account" it will force google oauth to make you choose an account whenever you try to login, it won't be saved from previous logins. Here is an SO question regarding it:

https://stackoverflow.com/questions/14384354/force-google-account-chooser

from ally.

RomainLanz avatar RomainLanz commented on May 19, 2024

I don't believe this is available but could be interesting to add this feature!
What do you think @thetutlage?

from ally.

johnpyp avatar johnpyp commented on May 19, 2024

Additionally, since I'm assuming individual oauth providers have their own special parameters, it would be cool to be able to be able to add arbitrary parameters to the url.

from ally.

thetutlage avatar thetutlage commented on May 19, 2024

I believe it's pretty simple, use getRedirectUrl method and append params yourself.

https://adonisjs.com/docs/4.1/social-auth#_getredirecturl

let url = await ally.driver('google').getRedirectUrl()
url = `${url}&prompt=select_account`

response.redirect(url)

from ally.

thetutlage avatar thetutlage commented on May 19, 2024

Closing since no response from the issue reporter and not actionable as well

from ally.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.