Replies: 4 comments 12 replies
-
|
Hi there, sorry for the long delay. This is an item that I'm thinking about as a few people have asked. |
Beta Was this translation helpful? Give feedback.
-
|
How about copying the design from Mastodon ? They support different registrations policies, varying from open registration, over approval based registration, to invite links only. https://docs.joinmastodon.org/user/signup/#tos I think approval based registration could be interesting as, Authelia already provides several notifiers which could relay the application form the new user to a moderator |
Beta Was this translation helpful? Give feedback.
-
|
Any progress on this yet? Would be great to be able to use Authelia for some nonprofit/activist groups that I maintain servers for, but we need the ability to generate invite links (ideally via API). Authentik is the only out of the box solution I've identified that fits our needs, but Authentik comes with much heavier resource usage than Authelia... and the budget for these orgs is basically $0, so it hurts to have to pay for bigger VPS instances solely because of the auth service. |
Beta Was this translation helpful? Give feedback.
-
|
I'm evaluating Authelia for use in a larger service that we're setting up. We were looking at Authentik, but to be honest, their docs are not as good as I thought and Authentik is fairly heavy. Support of self registration and some sort of user management backend would be required for our needs. I guess what I meant to ask is: are you lacking dev resources to work on this or are you lacking clarity on requirements / roadmap with regards to these kinds of features? (or both? 😄 ) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It is sometimes useful to allow people to register on a service, but authelia current workflow forces user creation to be made beforehand.
So it could be useful to have a Registration process to allow new users to sign up.
I think it should be made optional, maybe with "allow_sign_up": false by default.
It could work the same way password reset endpoints works, with a 3 steps process and an email validation.
I genuinely don't know how to link that with the different supported backends !
Beta Was this translation helpful? Give feedback.
All reactions