Skip to content

Commit 4649391

Browse files
authored
feat: add ability to write custom script for access token (#63)
Resolves #54
1 parent f499201 commit 4649391

File tree

4 files changed

+327
-21
lines changed

4 files changed

+327
-21
lines changed

server/go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,5 @@ require (
2828
gorm.io/driver/postgres v1.1.0
2929
gorm.io/driver/sqlite v1.1.4
3030
gorm.io/gorm v1.21.11
31+
rogchap.com/v8go v0.6.0 // indirect
3132
)

0 commit comments

Comments
 (0)