Replies: 1 comment 1 reply
-
In general, rodauth methods are private unless there is a reason for them to be public. This gives more flexibility for future changes. If you'd like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
Why it is not possible to access the
jwt_payload
from arodauth
-object? Whyjwt_payload
is not apublic
method?I don't want to load the account via
account!
, when it's not necessary, cause I just need an attribute from thejwt_payload
.Thanks
Beta Was this translation helpful? Give feedback.
All reactions