You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.
functions called by AuthNativeAuthority may not have local access to an instance of SakuraAPI. This should be passed as a parameter.
It might be good to have a parameter called meta that includes SakuraAPI, but might also include other things the implementer might want access too when these hooks are called. This could be declared in the plugin initialization.
Hooks
onBeforeUserCreate
onChangePasswordEmailRequest
onForgotPasswordEmailRequest
onJWTPayloadInject
onLoginSuccess
onResendEmailConfirmation
onInjectCustomToken
onUserCreated
The text was updated successfully, but these errors were encountered:
functions called by AuthNativeAuthority may not have local access to an instance of SakuraAPI. This should be passed as a parameter.
It might be good to have a parameter called
meta
that includes SakuraAPI, but might also include other things the implementer might want access too when these hooks are called. This could be declared in the plugin initialization.Hooks
onBeforeUserCreate
onChangePasswordEmailRequest
onForgotPasswordEmailRequest
onJWTPayloadInject
onLoginSuccess
onResendEmailConfirmation
onInjectCustomToken
onUserCreated
The text was updated successfully, but these errors were encountered: