Skip to content

Commit

Permalink
switch example to oauth2/v4
Browse files Browse the repository at this point in the history
  • Loading branch information
umputun committed Feb 8, 2022
1 parent 136c5a8 commit c7d6348
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 54 deletions.
2 changes: 1 addition & 1 deletion _example/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ replace github.com/go-pkgz/auth => ../

require (
github.com/go-chi/chi/v5 v5.0.7
github.com/go-oauth2/oauth2/v4 v4.4.3
github.com/go-pkgz/auth v1.18.0
github.com/go-pkgz/lgr v0.10.4
github.com/go-pkgz/rest v1.12.2
github.com/golang-jwt/jwt v3.2.2+incompatible
github.com/tidwall/buntdb v1.2.8 // indirect
golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8
gopkg.in/oauth2.v3 v3.12.0
)
Loading

0 comments on commit c7d6348

Please sign in to comment.