-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
token introspection #649
base: master
Are you sure you want to change the base?
token introspection #649
Conversation
Do we have to lock whenever a new introspection request is created until the response is stored/cached (and so pausing introspection of the same token used in other client requests)? |
91ab8c0
to
6034084
Compare
40dbc04
to
b0f2a68
Compare
de54fbc
to
ed31248
Compare
880fdac
to
86776e0
Compare
b58faab
to
75217e1
Compare
409a314
to
11a5849
Compare
@malud https://codeclimate.com/github/coupergateway/couper/pull/649 I did my best with refactoring to reduce the number of Is there a way to ignore a specific check for a specific function? |
c256eb4
to
e9cc4a7
Compare
You could extract the argument validations to own methods. |
If there are at most 3 validations, yes. And I don't think it makes much sense to group them by 2:
only to please codeclimate. |
I meant per type in new CSJ/PKJ methods. I will push a refactor (test) commit, otherwise we could increase the settings to 5 :) if possible. |
|
0d2c1a2
to
cb4242d
Compare
… TTL (no authentication at introspection_endpoint yet)
…ody's token parameter
…no need to export
e4b537d
to
c21e187
Compare
837d989
to
6c8ce24
Compare
JWT: call token introspection endpoint
Reviewer checklist