Skip to content

Commit

Permalink
Fix token introspection example (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkeeler authored Mar 21, 2023
1 parent 1f9ab90 commit 6421072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ go get github.com/Nerzal/gocloak/v13
panic("Inspection failed:"+ err.Error())
}

if !rptResult.Active {
if !*rptResult.Active {
panic("Token is not active")
}

Expand Down

0 comments on commit 6421072

Please sign in to comment.