Skip to content

Commit

Permalink
docs: update README.md (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
seong-wooo authored Jul 20, 2023
1 parent 38bbe45 commit 591b5f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ repositories {
2. Add the jwt-manager dependency to your app-level build.gradle file:
```
dependencies {
implementation 'com.github.SWM-KAWAI-MANS:jwt-manager:1.2.0'
implementation 'com.github.SWM-KAWAI-MANS:jwt-manager:1.3.0'
}
```

3. Register the following environment variables before using jwt-manager:

```
- jwt.access-secret-key
- jwt.access-expire-second
- jwt.refresh-secret-key
- jwt.refresh-expire-second
- jwt.access-expire-second (Optional)
- jwt.refresh-secret-key (Optional)
- jwt.refresh-expire-second (Optional)
```

### JwtGenerator
Expand Down

0 comments on commit 591b5f3

Please sign in to comment.