mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
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:
@@ -27,7 +27,7 @@ type authNKey interface {
|
||||
type AuthNKeyType int32
|
||||
|
||||
const (
|
||||
AuthNKeyTypeNONE = iota
|
||||
AuthNKeyTypeNONE AuthNKeyType = iota
|
||||
AuthNKeyTypeJSON
|
||||
|
||||
keyCount
|
||||
|
Reference in New Issue
Block a user