Skip to content

Commit ce5658f

Browse files
committed
Remove UUIDAccessToken expires example
1 parent 9660b00 commit ce5658f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,6 @@ Javalin.create().apply {
128128
}
129129

130130
tokenStore = InMemoryTokenStore()
131-
132-
accessTokenConverter = UUIDAccessTokenConverter(1)
133131
}
134132
}.start(7000)
135133
```

0 commit comments

Comments
 (0)