Browse Source
An Authentication should not exist without its matching AuthorizationCode, but typically an AuthorizationCode will have a foreign key on an Authentication, meaning it can't be saved first. This block should be wrapped in a transaction so that other DB clients (say, for example, clearExpiredAuthorizationCodes) don't see an inconsistent snapshot and then misbehave.pull/1079/merge
HeXetic
8 years ago
committed by
Justin Richer
1 changed files with 1 additions and 0 deletions
Loading…
Reference in new issue