mirror of
https://github.com/tinyauthapp/tinyauth.git
synced 2026-08-11 19:43:43 +08:00
8 lines
189 B
Go
8 lines
189 B
Go
package constants
|
|
|
|
// TinyauthLabels is a list of labels that can be used in a tinyauth protected container
|
|
var TinyauthLabels = []string{
|
|
"tinyauth.oauth.whitelist",
|
|
"tinyauth.users",
|
|
}
|