mohe2015 / AuthManagerOAuth

Create accounts or login using OAuth
GNU General Public License v2.0
0 stars 1 forks source link

Use skippable to skip account selection on login if there is only one choice #7

Closed mohe2015 closed 2 years ago

mohe2015 commented 2 years ago

https://doc.wikimedia.org/mediawiki-core/master/php/classMediaWiki_1_1Auth_1_1AuthenticationRequest.html#a4d37c969771d360a9a95a1651c28857e

skippable: (bool) If set and truthy, the client is free to hide this field from the user to streamline the workflow. If all fields are skippable (except possibly a single button), no user interaction is required at all.

mohe2015 commented 2 years ago

Maybe instead add an additional option "create account"?