Closed TheRiseOfDavid closed 1 month ago
@TheRiseOfDavid Thank you for your interest in the project! What do you feel is missing in examples such as looking here that could be provided in this new update of the readme?
@dgduncan I feel embarrassed to open this issue. When I was a noob using this package, I didn't realize that auth.Hook
is an encapsulation of HookBase
. Because auth.Hook
is not in the /example/auth
folder but rather in hook/auth
, I was confused and thought this project didn't have a hook example. Thank you.
Hi,
I really like this project and I would love to contribute to it. I noticed there isn't an example for using custom hooks, which made it challenging for me to figure out the correct way to implement them. I believe other newcomers might face similar difficulties.
To address this, I would like to add an example demonstrating how to use custom hooks.
Could you please guide me on how to submit to update the README.md by pull request accordingly?
Thank you!
Maybe the example like hook.go
server.go