Skip to content
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

Feature/cwall 199 #195

Open
wants to merge 22 commits into
base: develop
Choose a base branch
from
Open

Feature/cwall 199 #195

wants to merge 22 commits into from

Conversation

maikel-maas
Copy link
Contributor

No description provided.

@maikel-maas maikel-maas self-assigned this May 8, 2024
Copy link
Contributor

@nklomp nklomp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See regex remarks

Copy link
Contributor

@nklomp nklomp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See remarks

Copy link
Contributor

@nklomp nklomp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change the URL enum value to actually be URL

@@ -288,8 +288,7 @@ export type ErrorDetails = {
export enum RequestType {
OPENID_INITIATE_ISSUANCE = 'openid-initiate-issuance',
OPENID_CREDENTIAL_OFFER = 'openid-credential-offer',
HTTPS = 'https',
HTTP = 'http',
URL = 'http',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the value still http though?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because I'm following the flow of the existing code which checks url/uri starts with a specific scheme. In this case if I use the key URL it will match both http and https.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't like that at all, but will change it at a later point I guess.

@nklomp
Copy link
Contributor

nklomp commented Jun 7, 2024

Please fix the lock file conflict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants