joshlong / spring-doge

a look at the application development tour-de-force that is Spring Boot
Apache License 2.0
54 stars 45 forks source link

i want to register an account with a service and persist details about that account in a SQL DB #2

Open joshlong opened 10 years ago

joshlong commented 10 years ago

the hope here is to have a user sign up thing where user meta-data can live. We might use something like the Spring Security stormpath integration, or, worst case, we could just store the bits in a SQL DB.

Stretch goal: this could be a 'sign in with facebook' style thing, instead, so that there's less for the client to do.