Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stand-alone accounts backend? #19

Open
poVoq opened this issue Aug 11, 2021 · 0 comments
Open

Stand-alone accounts backend? #19

poVoq opened this issue Aug 11, 2021 · 0 comments

Comments

@poVoq
Copy link

poVoq commented Aug 11, 2021

This is a feature request / brainstorm how to best achieve a server side backend to securely store user accounts.

My assumption is that the Nextcloud php plugin might be suitable for conversion into a stand-alone backend?

Ideal feature set:

  • Log-in website that checks against securely hashed user-names and passwords in a sql database
    • Should Oauth2 password-less login-flows be ever supported by a XMPP server, it would be great to add
  • Registration website that writes securely hashed user-names and passwords to a sql database
    • Email password reset?
  • Simple settings file to disable registrations and do some settings for JSXC (similar to the Nextcloud plugin)
  • API end-point for token to use with xmpp-cloud-auth

Would it be good to include such a backend here in this repo, or create a separate one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant