Add API for resolver

This commit is contained in:
Tom 2023-06-29 10:05:29 +02:00
parent 4f4fa2b3d7
commit 3ef9c23a0c
7 changed files with 98 additions and 7 deletions

View file

@ -63,7 +63,6 @@ type ScopeProvider interface {
// Check checks if the given session has access to the given scope.
HasScope(param string, r *http.Request) (bool, error)
// TODO: move this to a session
}
// SessionInfo provides information about the current session.