Skip to content

v0.26.0 — all six hook points in the console

Choose a tag to compare

@sylvesterdamgaard sylvesterdamgaard released this 27 Jul 00:07

Requires cboxdk/laravel-id ^0.59.1.

Added

  • Five more inline hook points are now registrable from the console — post_login,
    pre_registration, post_registration, pre_password_change,
    post_password_change, alongside the existing token_minting. The console reads
    HookPoint::cases(), so they appeared as soon as the framework shipped them.

Fixed

  • The hook picker rendered the raw PHP case name, so an admin chose between
    "TokenMinting" and "PrePasswordChange", and the list showed the machine value
    token_minting. Both now use the framework's label(), and the picker shows
    description() beside each option — which states whether that hook can refuse the
    operation, the fact you need before wiring a URL that can stop people signing in.