Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
isopropylcyanide authored Aug 26, 2020
1 parent 32ed0fb commit b132fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ There's support for the following features:
* Conventional email/username based registration with admin support
* Conventional Login using Spring Security and generation of JWT token
* Multiple device login and logout support
* In memory store for blacklisting logged out tokens
* Support for expiration bases email verification. Mail is sent upon registration.
* Resend the email confirmation email if old one expires
* Support for password updation once logged in
Expand Down Expand Up @@ -60,7 +61,7 @@ Moreover, entities are validated using JSR-303 Validation constraints.
cd AuthApp
```

2. **Create MySQL database**
2. **Create a MySQL database**

```bash
create database login_db
Expand Down Expand Up @@ -102,7 +103,6 @@ Moreover, entities are validated using JSR-303 Validation constraints.
### Contribution ###
* Please fork the project and adapt it to your use case.
* Submit a pull request.
* The project is in a nascent stage. As such any issues you find should be reported in the issues section.

---
## Demo Screens ##
Expand Down

0 comments on commit b132fb7

Please sign in to comment.