bengler / checkpoint

Centralized identity store and authentication broker for web applications. It supports a number of authentication mechanisms and is provided via a http-interface.
MIT License
31 stars 2 forks source link

Wrap account creation in a (sub-)transaction #43

Closed atombender closed 11 years ago

atombender commented 11 years ago

Because otherwise any error will break the transaction (Postgres sez: "current transaction is aborted, commands ignored until end of transaction block") and we cannot catch it.