Add API for resolver
This commit is contained in:
parent
4f4fa2b3d7
commit
3ef9c23a0c
7 changed files with 98 additions and 7 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue