limosa-io / laravel-scim-server

SCIM 2.0 Server implementation for Laravel
MIT License
50 stars 28 forks source link

Events for create/update/etc #65

Closed atymic closed 5 months ago

atymic commented 5 months ago

Currently, we use the factory config option to set the factory to create the user object. This however is before the user is actually saved, and our application needs to do a bunch of processes once the user is created.

Would you accept a PR for events for the package, so external code can run after create/update? Or better suggestion if there's an easier way.

Thanks :D

atymic commented 5 months ago

Lol i am dumb, they are there just not documented 🤦