Skip to content

Commit

Permalink
updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ByungJun25 committed Feb 16, 2021
1 parent ffeda28 commit f63dcce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-security-instant/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# spring-security-instant
This is a simple library to apply form based spring security to your prototype application(or toy project) quickly and easily. No more using the same sample code every time, set it through `yaml` and use it right away.
This is a simple library to apply spring security form login to your prototype application(or toy project) quickly and easily. No more using the same sample code every time, set it through `yaml` and use it right away.

## How it works and why do you made it?
This is works as like simple tutorial code of spring-security project that several blogs explained. Then why do I create this project? As you know, normally we don't need a so complexed security for toy projects(or maybe need it), but we still need to implement same code for security. So I thought that it would be very convenient if I simply can set it through yaml.
Expand Down

0 comments on commit f63dcce

Please sign in to comment.