philipsorst / angular-rest-springsecurity

An example AngularJS Application that uses a Spring Security protected Jersey REST backend based on Hibernate/JPA
Apache License 2.0
620 stars 367 forks source link

What About Registration #12

Closed pvlastaridis closed 10 years ago

pvlastaridis commented 10 years ago

Congrats on the excellent work!! What about registration through email, Forgot Password, Forgot Username with also email notifications? This will be a great enhancement. What about branches with other types of databases such as Mongo and Neo4J. I got LDAP security working, if you are interested. Finally I believe its time to have another branch with noXML Java configuration and Spring Boot.

philipsorst commented 10 years ago

Hi, this sounds like a great idea, but my project is just meant as a basic example and I don't have the time to implement a lot of extra features/alternatives. Of course I am willing to incorporate useful pull requests and link to other projects with different setups.