added a flag indicating OAuth2 auth record creation

This commit is contained in:
Gani Georgiev
2023-03-25 15:18:28 +02:00
parent be0ee7f66c
commit e5a22b8bd8
3 changed files with 9 additions and 4 deletions
+1
View File
@@ -208,6 +208,7 @@ type RecordAuthWithOAuth2Event struct {
HttpContext echo.Context
Record *models.Record
OAuth2User *auth.AuthUser
IsNewRecord bool
}
type RecordAuthRefreshEvent struct {