-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DynoID Helpers for Testing and Local Development (#225)
* Add LocalIssuer middleware to make testing and local development easier. * Create functions useful for local development and testing. * Add IssuerOpt for providing a private key. * Handle nil when logging. * Don't run CodeQL on push/pr since it's not currently working. * DynoID docs * Changed `AuthorizeSpaces` to use the same issuer as the current app. * Added `AuthorizeSpacesWIthIssuer` to allow for the previous behavior specifying the issuer host. * Move context functions from middleware package to dynoid package. * Add examples * Add CI check for docs. --------- Co-authored-by: Troels Thomsen <[email protected]>
- Loading branch information
Showing
18 changed files
with
1,403 additions
and
88 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
name: "Code scanning - action" | ||
|
||
on: | ||
push: | ||
pull_request: | ||
schedule: | ||
- cron: '0 12 * * 6' | ||
|
||
|
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.