feat: add ability to write custom script for access token (#63)

Resolves #54
This commit is contained in:
Lakhan Samani
2021-10-24 06:24:12 +05:30
committed by GitHub
parent f4992010ed
commit 4649391169
4 changed files with 327 additions and 21 deletions

View File

@@ -28,4 +28,5 @@ require (
gorm.io/driver/postgres v1.1.0
gorm.io/driver/sqlite v1.1.4
gorm.io/gorm v1.21.11
rogchap.com/v8go v0.6.0 // indirect
)