Drop in service for account management, authentication, identity?
- by Mike Repass
I'm building an Android app and associated set of web services for uploading/downloading data. I need a basic (no frills) solution for account management (register, login, logout, verify credentials/token).
What open source / third party solutions exist for this scenario?
I need:
create a new account db based on a salt
simple web service to…