Skip to content

Commit daaee79

Browse files
fix : README.md
1 parent 216bf79 commit daaee79

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,9 @@
8383
| `-` | App-Token is NOT shared for the same user | Each unique App-Token generates a new access token for the same user. |
8484

8585

86-
* Separated UserDetails implementation for Admin and Customer roles as an example. (This can be extended as desired by implementing ``UserDetailsServiceFactory``)
86+
* Separated UserDetails implementation for Admin and Customer roles as an example. (This can be extended such as Admin, Customer, Seller and Buyer... by implementing ``UserDetailsServiceFactory``)
8787
* For versions greater than or equal to v3, including the latest version (Spring Security 6), provide MySQL DDL, which consists of ``oauth2_authorization`` and ``oauth2_registered_client``.
88-
* For v2, provide MySQL DDL, which consists of ``oauth_access_token, oauth_refresh_token and oauth_client_details``, which are tables in Security 5. As I meant to migrate current security system to Security 6 back then, I hadn't changed them to the ``oauth2_authorization`` table indicated in https://github.com/spring-projects/spring-authorization-server.
89-
90-
* Application of Spring Rest Docs
88+
* Application of Spring Rest Docs, Postman payloads provided
9189

9290
## Dependencies
9391

@@ -124,7 +122,8 @@ mvnw clean install # Integration tests are done here, which creates docs by Spri
124122
## API Guide
125123

126124
### **Registration**
127-
- See the `client` folder. As the Api module consumes JPA, adding it to Beans is required.
125+
- See the `client` folder.
126+
- As the Api module consumes JPA, adding it to Beans is required.
128127

129128
```java
130129

0 commit comments

Comments
 (0)