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

User Database #24

Closed
mwcaisse opened this issue Jul 4, 2014 · 1 comment
Closed

User Database #24

mwcaisse opened this issue Jul 4, 2014 · 1 comment
Assignees
Milestone

Comments

@mwcaisse
Copy link
Owner

mwcaisse commented Jul 4, 2014

Create a database to store the users who are allowed to log into the web api.

This database can follow the default javax database schema or a custom set of tables and implement a custom UserDetailsService to access the user data. More information on both can be found here:
http://stackoverflow.com/questions/7171460/using-mysql-database-to-authenticate-users-in-spring-security

@mwcaisse mwcaisse added this to the API Security milestone Jul 4, 2014
@mwcaisse mwcaisse self-assigned this Jul 4, 2014
@mwcaisse
Copy link
Owner Author

mwcaisse commented Jul 6, 2014

Implemented the User Data base, with a UserManager and custom User service.

Closing.

@mwcaisse mwcaisse closed this as completed Jul 6, 2014
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