Skip to content

Commit ee1bfa6

Browse files
Add contribution doc
1 parent 6c9a943 commit ee1bfa6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
## Jwt-Spring-Security-JPA ##
2-
<a href="https://sourcerer.io/isopropylcyanide"><img src="https://img.shields.io/badge/Java-187%20commits-orange.svg" alt=""></a>
2+
3+
<a href="https://sourcerer.io/isopropylcyanide"><img src="https://avatars0.githubusercontent.com/u/12872673?v=4" height="50px" width="50px" alt=""/></a>
34

45
A demo project explaining the backend authentication using JWT (Json Web Token) authentication using Spring Security &amp; MySQL JPA.
56
There's support for the following features:
@@ -96,6 +97,13 @@ Moreover, entities are validated using JSR-303 Validation constraints.
9697

9798
Any new user who signs up to the app is assigned the `ROLE_USER` by default.
9899

100+
---
101+
102+
### Contribution ###
103+
* Please fork the project and adapt it to your use case.
104+
* Submit a pull request.
105+
* The project is in a nascent stage. As such any issues you find should be reported in the issues section.
106+
99107
---
100108
## Demo Screens ##
101109

0 commit comments

Comments
 (0)