Skip to content

Commit

Permalink
Wording in readme (#731)
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbaldwin committed May 17, 2024
1 parent b8b6a73 commit ea73244
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 @@ -60,7 +60,7 @@ defmodule MyApp.Guardian do
def subject_for_token(%{id: id}, _claims) do
# You can use any value for the subject of your token but
# it should be useful in retrieving the resource later, see
# how it being used on `resource_from_claims/1` function.
# how it is being used on `resource_from_claims/1` function.
# A unique `id` is a good subject, a non-unique email address
# is a poor subject.
sub = to_string(id)
Expand Down

0 comments on commit ea73244

Please sign in to comment.