feat: implement user profile retrieval with roles and permissions caching
This commit is contained in:
@@ -16,8 +16,8 @@ type AdminConfig struct {
|
||||
}
|
||||
|
||||
type JWTConfig struct {
|
||||
SecretKey string
|
||||
ExpirationHours int
|
||||
SecretKey string `mapstructure:"secretkey"`
|
||||
ExpirationHours int `mapstructure:"expirehours"`
|
||||
}
|
||||
|
||||
type DatabaseConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user