fauna / fauna-shell

Interactive shell for FaunaDB
Other
75 stars 17 forks source link

1.2.0 - no way to specify authentication method #333

Open zgoda opened 8 months ago

zgoda commented 8 months ago

With 1.1.2 I could select either credentials or secret authentication upon 1st cloud-login invocation, now 1.2.0 allows only credentials authentication. The issue is, I'm logging in to dashboard with Github auth and I don't have password.

github-actions[bot] commented 8 months ago

Internal ticket number is FE-4869

ptpaterson commented 8 months ago

Hi @zgoda You can create a password for your email by going through the Forgot password workflow

https://dashboard.fauna.com/forgot-password

Additionally, if you have a database secret, you can create new endpoints for databases using fauna endpoint add instead of fauna cloud-login. Then you do not need to authenticate at all.