-
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.
feat: custom client token ttl (ory#3206)
This change introduces a new endpoint that allows you to control how long client tokens last. Now you can configure the lifespan for each valid combination of Client, GrantType, and TokenType. See ory#3157 Co-authored-by: aeneasr <[email protected]> Co-authored-by: Andreas Bucksteeg <[email protected]>
- Loading branch information
1 parent
c9be891
commit 9544c03
Showing
214 changed files
with
18,979 additions
and
12,308 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
author: Aeneas Rekkas <[email protected]> | ||
license: Apache License Version 2.0 | ||
license: Apache License Version 2.0 |
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 |
---|---|---|
|
@@ -11,5 +11,5 @@ ratings: | |
- "**.go" | ||
|
||
exclude_paths: | ||
- vendor/ | ||
- sdk/ | ||
- vendor/ | ||
- sdk/ |
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 |
---|---|---|
|
@@ -38,13 +38,18 @@ If you're unsure about any of them, don't hesitate to ask. We're here to help! | |
--> | ||
|
||
- [ ] I have read the [contributing guidelines](../blob/master/CONTRIBUTING.md). | ||
- [ ] I have referenced an issue containing the design document if my change introduces a new feature. | ||
- [ ] I am following the [contributing code guidelines](../blob/master/CONTRIBUTING.md#contributing-code). | ||
- [ ] I have referenced an issue containing the design document if my change | ||
introduces a new feature. | ||
- [ ] I am following the | ||
[contributing code guidelines](../blob/master/CONTRIBUTING.md#contributing-code). | ||
- [ ] I have read the [security policy](../security/policy). | ||
- [ ] I confirm that this pull request does not address a security vulnerability. | ||
If this pull request addresses a security. vulnerability, | ||
I confirm that I got green light (please contact [[email protected]](mailto:[email protected])) from the maintainers to push the changes. | ||
- [ ] I have added tests that prove my fix is effective or that my feature works. | ||
- [ ] I confirm that this pull request does not address a security | ||
vulnerability. If this pull request addresses a security. vulnerability, I | ||
confirm that I got green light (please contact | ||
[[email protected]](mailto:[email protected])) from the maintainers to push | ||
the changes. | ||
- [ ] I have added tests that prove my fix is effective or that my feature | ||
works. | ||
- [ ] I have added or changed [the documentation](https://github.com/ory/docs). | ||
|
||
## Further Comments | ||
|
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.schema | ||
.snapshots | ||
spec |
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.