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

Provide account management helpers #21

Closed
mario opened this issue Mar 1, 2013 · 1 comment
Closed

Provide account management helpers #21

mario opened this issue Mar 1, 2013 · 1 comment

Comments

@mario
Copy link

mario commented Mar 1, 2013

Things like registration, login, forgotten password and change password would be awesome to have.

@nicolaiarocci
Copy link
Member

While in theory this stuff could be handled via API, it is usually handled out-of-band for a few good reasons, namely security and REST contraints (RESTful = stateless, so there's no 'login' concept to be applied here: each request must provide auth data if the API is protected). Best practice would be to provide a web interface for registering, retrieving password/HMAC signatures, etc.

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

No branches or pull requests

2 participants