v0.26.0 — all six hook points in the console
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 existingtoken_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'slabel(), 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.