initial v0.8 pre-release
This commit is contained in:
@@ -1,2 +1,7 @@
|
||||
// Package tokens implements various user and admin tokens generation methods.
|
||||
package tokens
|
||||
|
||||
const (
|
||||
TypeAdmin = "admin"
|
||||
TypeAuthRecord = "authRecord"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user