Implement basic API scoping
This commit is contained in:
parent
064ae2f564
commit
9db53d39c4
21 changed files with 519 additions and 264 deletions
6
internal/dis/component/auth/scopes/scopes.go
Normal file
6
internal/dis/component/auth/scopes/scopes.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
// Package scopes implements and provides scopes used by the API
|
||||
package scopes
|
||||
|
||||
import "github.com/FAU-CDI/wisski-distillery/internal/dis/component"
|
||||
|
||||
type Scope = component.Scope
|
||||
Loading…
Add table
Add a link
Reference in a new issue