repositorypackage
0.0.0-20230128092819-b00a9e640918
Repository: https://github.com/elmarsan/guardian.git
Documentation: pkg.go.dev
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# README
Guardian
Http file server protected by jwt written in Go.
Requirements
Environment Variables
Variable Name | Required | Description | Example Value |
---|---|---|---|
JWT_KEY | YES | Secret for signing jww tokens | ef51c9fc4b73b74149f8dd0a0ee5e9aaf605a1cb |
JWT_EXPIRATION_TIME | NO | Time in minutes for expire jwt policy | 60 |
DATABASE_URL | YES | Sqlite database url | ./test.db |
Demo and screenshots
