From f63dccefbdfdac40944af85be6b869999ab93ef2 Mon Sep 17 00:00:00 2001 From: byungjun25 Date: Tue, 16 Feb 2021 15:19:58 +0100 Subject: [PATCH] updated README.md --- spring-security-instant/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-security-instant/README.md b/spring-security-instant/README.md index 017a9c5..e4b6e63 100644 --- a/spring-security-instant/README.md +++ b/spring-security-instant/README.md @@ -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.