feat: add domain verification (#560)

* feat: add domain verification

* add checks

* add and fix tests

* fix go.mod

* regenerate proto
This commit is contained in:
Livio Amstutz
2020-08-06 15:03:03 +02:00
committed by GitHub
parent f80367b49a
commit 7015b226ef
26 changed files with 15815 additions and 14883 deletions

View File

@@ -14,7 +14,7 @@ import (
const (
NotifyUserKeyUserID = "id"
NotifyUserKeyResourceOwner = "id"
NotifyUserKeyResourceOwner = "resource_owner"
)
type NotifyUser struct {