|
Hello! I am looking through the source code and can't figure out how to add a hook for my own (currently private) auth plugin without forking and modifying the FastLogin project. How do I do this properly? |
Answered by
TuxCoding
Apr 28, 2022
Replies: 2 comments 2 replies
|
This functionality is shared between all three platforms. Therefore it's inside the core component: |
0 replies
Answer selected by
wtlgo
|
So what do I do? Should I call this method with my own hook object inherited from |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This functionality is shared between all three platforms. Therefore it's inside the core component:
https://github.com/games647/FastLogin/blob/main/core/src/main/java/com/github/games647/fastlogin/core/shared/FastLoginCore.java#L288