Skip to content

Commit

Permalink
Merge pull request #9 from SWM-KAWAI-MANS/develop
Browse files Browse the repository at this point in the history
docs : README 문서 수정 (#8)
  • Loading branch information
phjppo0918 authored Jun 24, 2023
2 parents 1c51576 + e82ef21 commit 48313bb
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 @@ -24,7 +24,7 @@ repositories {
2. Add the jwt-manager dependency to your app-level build.gradle file:
```
dependencies {
implementation 'com.github.SWM-KAWAI-MANS:jwt-manager:1.0.0'
implementation 'com.github.SWM-KAWAI-MANS:jwt-manager:1.2.0'
}
```

Expand All @@ -44,7 +44,7 @@ The JwtGenerator interface provides the following methods:

Generates a JWT token based on the provided id and roles. This method returns a JwtToken object containing the access token and refresh token.

- **String generateAccessToken(String refreshToken)**
- **JwtToken refresh(String refreshToken)**

Generates a new access token based on the provided refreshToken. This method returns the newly generated access token as a String.

Expand Down

0 comments on commit 48313bb

Please sign in to comment.