Is your feature request related to a problem? Please describe.
We recently added to the reference implementation support for the create value to the prompt parameter.
I'm not sure if the rsky PDS implementation supports the prompt parameter in general, or not. The site at https://blacksky.app does appear to support OAuth and use the @atproto/oauth-provider package, but I note that #60 is still open.
Describe the solution you'd like
The prompt parameter value of create during the OAuth Authorization Grant flow should result in the server showing the "create account" screen instead of the login or select account screen.
You can see the implementation in the reference server here: bluesky-social/atproto#4461
Describe alternatives you've considered
Support for prompt=create is optional, and servers do not have to support it if they do not want to.
Is your feature request related to a problem? Please describe.
We recently added to the reference implementation support for the
createvalue to thepromptparameter.I'm not sure if the rsky PDS implementation supports the
promptparameter in general, or not. The site at https://blacksky.app does appear to support OAuth and use the@atproto/oauth-providerpackage, but I note that #60 is still open.Describe the solution you'd like
The
promptparameter value ofcreateduring the OAuth Authorization Grant flow should result in the server showing the "create account" screen instead of the login or select account screen.You can see the implementation in the reference server here: bluesky-social/atproto#4461
Describe alternatives you've considered
Support for prompt=create is optional, and servers do not have to support it if they do not want to.