Skip to content

Commit

Permalink
appauth: add appauth manager in loader
Browse files Browse the repository at this point in the history
  • Loading branch information
gmgigi96 committed Jun 7, 2021
1 parent c383c08 commit 6e99b39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/auth/manager/loader/loader.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ package loader

import (
// Load core authentication managers.
_ "github.com/cs3org/reva/pkg/auth/manager/appauth"
_ "github.com/cs3org/reva/pkg/auth/manager/demo"
_ "github.com/cs3org/reva/pkg/auth/manager/impersonator"
_ "github.com/cs3org/reva/pkg/auth/manager/json"
Expand Down

0 comments on commit 6e99b39

Please sign in to comment.