rajithd / spring-boot-oauth2

Spring Boot Oauth2 with H2 database
208 stars 165 forks source link

How can I create user and password? #8

Open zt1983811 opened 8 years ago

zt1983811 commented 8 years ago

How can I create user and password? I do not think you implement

             .antMatchers("/api/register")
             .antMatchers("/api/activate")
             .antMatchers("/api/lostpassword")
             .antMatchers("/api/resetpassword");

Could you give a guide how to implement this endpoints please?

rajithd commented 7 years ago

@zt1983811 you can create a controller/controllers for these end points.