first commit
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package config
|
||||
|
||||
import (
|
||||
"aidanwoods.dev/go-paseto"
|
||||
"time"
|
||||
)
|
||||
|
||||
type App struct {
|
||||
Security Security
|
||||
}
|
||||
|
||||
type Security struct {
|
||||
AsymmetricKey paseto.V4AsymmetricSecretKey
|
||||
PublicKey paseto.V4AsymmetricPublicKey
|
||||
Duration time.Duration
|
||||
}
|
||||
Reference in New Issue
Block a user