Get Current User from Oqtane Module #1722
-
How can I get the name or object representing the currently logged in user from my Oqtane module. I can't find an example of this anywhere. Thanks for your suggestions. |
Beta Was this translation helpful? Give feedback.
Answered by
leigh-pointer
Oct 19, 2021
Replies: 1 comment 1 reply
-
Your module should inherit from ModuleBase |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
rchibnik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Your module should inherit from ModuleBase
you can then access the PageState.User instance