We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e7db97 commit 09be7ddCopy full SHA for 09be7dd
1 file changed
lib/guardian/permissions.ex
@@ -181,7 +181,7 @@ defmodule Guardian.Permissions do
181
182
@doc """
183
Decodes permissions directly from a claims map. This does the same as `decode_permissions` but
184
- will fetch the permissions map from the `"pem"` key where `Guardian.Permissions places them
+ will fetch the permissions map from the `"pem"` key where `Guardian.Permissions` places them
185
when it encodes them into claims.
186
"""
187
@spec decode_permissions_from_claims(Guardian.Token.claims()) :: Guardian.Permissions.t()
0 commit comments