Commit graph

275 commits

Author SHA1 Message Date
Livio Amstutz
628bc4ed65
fix: end session (#35)
* fix: handle code separately

* fix: option to ignore expiration on id_token and error handling

* fix: op handler as http.Handler

* fix: terminate session possible wihtout id_token_hint
2020-07-06 12:52:22 +02:00
Livio Amstutz
58545a1710
fix: handle code separately (#30) 2020-05-29 09:40:34 +02:00
Stefan Benz
303fdfc421
fix(cli): added implementation for token to client for caching (#29) 2020-05-27 19:00:28 +02:00
Stefan Benz
b52fd090a7
feat(cli): added implementation for codeflow with a cli (#26) 2020-04-30 07:08:30 +02:00
livio-a
a8d10945d8
feat: preselect user with id_token_hint (#16)
* feat: preselect user with id_token_hint

* fix tests
2020-03-11 09:41:54 +01:00
livio-a
2b9f7dfd18
Fix: userinfo (#15)
* add idea to gitignore

* working userinfo

* cleanup

* tests
2020-03-06 17:14:30 +01:00
Livio Amstutz
5af734d72f fix: add missing WithCustomEndSessionEndpoint 2020-03-04 09:05:15 +01:00
Livio Amstutz
e8f3010910 feat: terminate session (front channel logout) 2020-03-03 11:31:23 +01:00
Livio Amstutz
4cf6c6d5f0 fix: another typo 2020-02-28 18:11:38 +01:00
Livio Amstutz
df432c8806 fix: typo 2020-02-28 18:09:57 +01:00
Livio Amstutz
d7befc087d Merge branch 'master' of github.com:caos/oidc 2020-02-28 18:07:07 +01:00
Livio Amstutz
c3169868d8 fix: code challenge 2020-02-28 18:07:01 +01:00
Livio Amstutz
4de855dc21 Merge remote-tracking branch 'origin/master' into token 2020-02-27 17:40:31 +01:00
Livio Amstutz
5e7e5ebe3a fix: create access token from storage 2020-02-27 17:06:32 +01:00
livio-a
d25ffbe029
Merge pull request #12 from caos/cors
feat: add cors * to handler
2020-02-27 13:04:15 +01:00
Livio Amstutz
3f97c5c3ed feat: add cors * to handler 2020-02-27 12:56:47 +01:00
livio-a
7f486a54c4
Merge pull request #11 from caos/feat/customEndpoints
feat: custom absolute endpoints
2020-02-27 09:45:27 +01:00
Livio Amstutz
c3e583bbf9 fix: add missing WithCustomKeysEndpoint 2020-02-27 09:04:04 +01:00
Livio Amstutz
660519a19f fix: custom absolute endpoints 2020-02-21 10:04:50 +01:00
Livio Amstutz
a2e2f064a2 fix: change channel for GetSigningKey to time 2020-02-14 12:54:26 +01:00
Livio Amstutz
535c7584c8 fix: version 2020-02-13 07:41:46 +01:00
Livio Amstutz
93709a18b6 add readiness and partial key rotation 2020-02-11 17:17:09 +01:00
Livio Amstutz
f0d17fd839 feat: add http interceptor function for auth and token endpoints 2020-02-06 11:12:00 +01:00
Livio Amstutz
7e2c22f99b fix: make checkKey public 2020-02-06 07:24:28 +01:00
Livio Amstutz
6d0890e280 initial commit 2020-01-31 15:22:16 +01:00