fix: add authnkeys projection (#2801)

* begin authn keys

* single table for state change

* add key type

* rename migration

* format imports

* fix test
This commit is contained in:
Livio Amstutz
2021-12-08 16:16:48 +01:00
committed by GitHub
parent c9face4ea4
commit 65a6fb638b
6 changed files with 668 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ type authNKey interface {
type AuthNKeyType int32
const (
AuthNKeyTypeNONE = iota
AuthNKeyTypeNONE AuthNKeyType = iota
AuthNKeyTypeJSON
keyCount