Conversation
aeneasr
left a comment
There was a problem hiding this comment.
Thank you! Sorry that this got lost. If you want, you can also add a test for this so that it never regresses again!
|
That's a good idea. @aeneasr Is there an existing test you might point me to as an example? |
|
cli/cmd/cloudx/e2e/cypress/integration/integration.spec.js Lines 22 to 28 in d00661e Has the code which verifies the JWT, in here you could probably add an assertion for it :) Here's the script to run the tests: cli/.github/workflows/test-e2e.yml Lines 41 to 49 in d00661e |
|
Just tried to do the tests in another branch, as this seems to be a stale PR right now, but the feature is still missing. Failed to go any further: Seems like I need a project set up for tests only and Any advice? |
Related Issue or Design Document
Relates to issue #144. Being able to lookup the signing key by the key ID is very helpful when using a keystore. This change was originally accepted in PR #145 but was (accidentally?) dropped during some later code reshuffling.
Checklist
and signed the CLA.
introduces a new feature.
vulnerability. If this pull request addresses a security vulnerability, I
confirm that I got green light (please contact
security@ory.sh) from the maintainers to push
the changes.
works.
appropriate).
Further comments