LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework
https://lonelyvikingmichael.github.io/litestar-users/
MIT License
42 stars 12 forks source link

Expose repository `auto_commit` option #76

Closed LonelyVikingMichael closed 1 month ago

LonelyVikingMichael commented 1 month ago

Enable developers to set auto_commit_transactions on the config object, which propagates to the user repository.

This allows committing on a per-repository-call basis, as opposed to atomic commits before sending out a Litestar response.

LonelyVikingMichael commented 1 month ago

Closes #65