An open API service indexing awesome lists of open source software.

https://github.com/petykowski/password-service

PHP and SQL backed service to store user credentials
https://github.com/petykowski/password-service

Last synced: 20 days ago
JSON representation

PHP and SQL backed service to store user credentials

Awesome Lists containing this project

README

          

### Error Codes
**Authorization Errors**
* 10001 - Sorry, your credentials are not valid, Please try again.
* 10002 - Username not found. Please re-enter credentials and try again.
* 10003 - Username already exsists, please use different username.
* 10004 - Username cannot contain special characters.
* 10005 - Username and password cannot be empty.