Please add regular password auth! #1919
Replies: 10 comments 10 replies
|
I imagine you're going to have to look at implementing this yourself ... or somebody else will! |
|
I think we're open to accepting code contributions for improved and more flexible authentication options, but we don't have plans right now to do this ourselves at 37signals. If you're interested in contributing this, let us know and we're happy to give feedback and advice! |
|
On principle, I think we're more likely to go with passkeys as an alternate auth option rather than traditional passwords. |
|
A bit of anecdata: after watching the intro video and thinking maybe I'll give it a shot, I was disappointed to find no SSO support, and then wrote off the entire thing when I saw it was magic email auth only. Forcing people to look at their unread emails, and likely noticing something even more important than logging into to Fizzy seems to go against the entire philosophy in the intro video. I truly hope you reconsider this in the future, because otherwise this looks great. |
|
I would love to have the ability to use passkey sign-in for self-hosting. This is preventing me from using this amazing software for my internal team use. We would self host this due to data sensitivity and there is no path for me to setup email forwarding/SMTP at all since it's all corporate managed infrastructure. |
|
Lack of SSO is a dealbreaker. |
|
Not having a regular password auth makes it way harder for self-hosted users. I might give it a try if I find the time to do it. |
|
I'm using gmail as smtp for Fizzy, easy to configure and will unblock you right away if what you want is to get access. Put the below in your docker-compose.yml: |
|
Question: does #2623 being merged imply that passkeys will be coming soon? And if so, for signup as well as sign-in? |
|
just chiming in to add my agreement, I have no idea why the additional auth options have to detract from anyone else's usage. there is no cost and only benefit to having the additional options for other usecases. I was going to try this today and couldn't because I needed to setup a mailserver for it which became too annoying to figure out as I have no spare time. please add password auth and all the other auth options other commenters mentioned, why not. |
Uh oh!
There was an error while loading. Please reload this page.
This software looks really great! I would love to self host it on my server to manage my home ownership projects.
However, I do not want to have to set up SMTP and I really, really dislike magic email auth.
Could there be a feature flag or environment variable or something that would enable regular password auth?
All reactions