Interceptions
CBSecurity has many events that you can listen to for an event-driven experience.
Login Interceptions
component extends="coldbox.system.Interceptor"{
function cbSecurity_onInvalidAuthentication( event, interceptData ){
// do what you like here
}
function cbSecurity_onInvalidAuthorization( event, interceptData ){
// do what you like here
}
}Stop Processing Actions
JWT Interceptions
CBAuth Interceptions
Last updated
Was this helpful?