mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-15 12:15:11 +00:00
feat: map allowed groups to OIDC clients (#202)
This commit is contained in:
@@ -33,7 +33,3 @@ type UserGroupCreateDto struct {
|
||||
type UserGroupUpdateUsersDto struct {
|
||||
UserIDs []string `json:"userIds" binding:"required"`
|
||||
}
|
||||
|
||||
type AssignUserToGroupDto struct {
|
||||
UserID string `json:"userId" binding:"required"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user