forked from ory/hydra
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
oauth2: Support transactions in SQL store (ory#1277)
Closes ory#1247 * vendor: Bump ory/x to 0.29.0 (ory#1247) * sql: implements fosite's transactional interface (ory#1247) * oauth2: adds test coverage for BeginTX, Commit, and Rollback (ory#1247) * vendor: Update crypto dependency * sql: renamed variables for clarity and modified FositeSqlStore.deleteSession to use transaction (ory#1247) * oauth2: Increased test coverage for Commit and Rollback, improved existing tests (ory#1247) Signed-off-by: Michael Wagler <[email protected]>
- Loading branch information
1 parent
6ea1665
commit 65415ff
Showing
4 changed files
with
297 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.