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

Add functionality to change password #6

Open
pbb72 opened this issue Jan 26, 2017 · 4 comments
Open

Add functionality to change password #6

pbb72 opened this issue Jan 26, 2017 · 4 comments
Assignees

Comments

@pbb72
Copy link
Contributor

pbb72 commented Jan 26, 2017

No description provided.

@pbb72 pbb72 self-assigned this Jan 26, 2017
@pbb72
Copy link
Contributor Author

pbb72 commented Feb 12, 2017

Not implemented in API yet?

@Abbe98
Copy link
Member

Abbe98 commented Feb 13, 2017

@pbb72 no it's not.

@bjornhjelle
Copy link

In the back-end I use the devise plugin in combination with a plugin called simple_token_authentication.
As described here: http://stackoverflow.com/questions/35222260/unauthorized-request-using-devise-authentication-methods-as-api-for-resetting-pa this is not a good approach for an API, since it meant to be used in web-applications that can use cookies, not for an API.

That part of the API must be rewritten whenever we are past the proof of concept/prototype phase.
I the mean time we have two options: we can manage users (add users, reset passwords, etc) manually with commands in the back-end that interact directly with the database, OR we can open up for these functions in the db.biocaching.com web app, which uses the devise plugin and where these functions will work.

@pbb72
Copy link
Contributor Author

pbb72 commented Mar 8, 2017

No problem, it's not high-priority functionality for the app at this moment. I'll implement in the app whenever the functionality is in the API.

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

3 participants