Commit Graph

3 Commits

Author SHA1 Message Date
Grant Zvolský 9544c03a3b
feat: custom client token ttl (#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 #3157

Co-authored-by: aeneasr <3372410+aeneasr@users.noreply.github.com>
Co-authored-by: Andreas Bucksteeg <andreas@bucksteeg.de>
2022-07-28 21:12:09 +02:00
Aeneas 2a9672d8f8
ci: Resolves code climate issues (#683) 2017-12-07 18:12:54 +01:00
Aeneas 85936992ad 🔥 0.1-beta2 (#90) 🔥
* cli: key is now sha256(secret) - closes #86 

* client: creating clients with predefined credentials - closes #91

* client: always autogenerate secrets when using clients create

* cli: CLI should have `-dry` option to show what the HTTP request looks like - closes #99

* cli: fix issue where tls certificate is regenerated on boot - closes #93 

* cli: allow passing of tls certificates via env vars or files - closes #88

* oauth2: add offline scope for refresh tokens - closes #97 

* jwk: support for x5c certificate chains - closes #92 

* all: minor changes - closes #89
2016-06-14 11:49:24 +02:00