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

Web UI #15

Merged
merged 10 commits into from
Nov 5, 2024
Merged

Web UI #15

merged 10 commits into from
Nov 5, 2024

Conversation

mdemare
Copy link
Contributor

@mdemare mdemare commented Oct 12, 2024

  • View status
  • Removed wrap-routes
  • Last fixes

@mdemare mdemare marked this pull request as ready for review October 14, 2024 07:12
@mdemare mdemare requested a review from joodie October 23, 2024 11:47
{:body (if client-id "Unknown client id" "No client-id found")
:status http-status/forbidden})))
(fn allowed-clients-checker [request]
(let [{:keys [client-id public] :as resp} (app request)]
Copy link
Contributor

Choose a reason for hiding this comment

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

Client ID moet op request zitten anders mag je (app request) niet doen! Nu gooi je gewoon response weg als achteraf blijkt dat dit niet mocht.....

Zet hier ook even een comment bij als je dit fixt want dit is de 2e keer dat het hier fout gaat.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

wrap-authentication wordt als eerste uitgevoerd, dus er is nog niks gebeurd, behalve de routing. Ik heb de middleware expres zo geschreven dat ze als eerste (app request) uitvoeren, om het geheel wat minder onoverzichtelijk te maken.

src/nl/surf/eduhub/validator/service/jobs/status.clj Outdated Show resolved Hide resolved
src/nl/surf/eduhub/validator/service/jobs/status.clj Outdated Show resolved Hide resolved
src/nl/surf/eduhub/validator/service/jobs/status.clj Outdated Show resolved Hide resolved
@mdemare mdemare force-pushed the webview branch 2 times, most recently from 7283e58 to d33816c Compare October 29, 2024 11:20
@mdemare mdemare merged commit c3606a3 into main Nov 5, 2024
3 checks passed
@mdemare mdemare deleted the webview branch November 5, 2024 09:26
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.

2 participants