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

Use javalin for params instead of servlet #286

Merged
merged 6 commits into from
May 14, 2024

Conversation

maths22
Copy link
Contributor

@maths22 maths22 commented May 13, 2024

Ensures that javalin apps can still use getFormParams
when using pac4j

fixes #29

Ensures that javalin apps can still use getFormParams
when using pac4j

fixes pac4j#29
An application can and should expect after handlers to run
even if auth fails, as otherwise resources that should have
been cleaned up may not be cleaned up. Only later before handlers
and the main request handler should be skipped.
@leleuj
Copy link
Member

leleuj commented May 14, 2024

LGTM

Please fix the build: https://github.com/pac4j/javalin-pac4j/actions/runs/9070430660/job/24932389547?pr=286 and add class Javadocs.

@leleuj
Copy link
Member

leleuj commented May 14, 2024

@leleuj
Copy link
Member

leleuj commented May 14, 2024

Thanks for the contribution.

@leleuj leleuj merged commit 0f9dc92 into pac4j:master May 14, 2024
3 checks passed
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.

Using CSRF consumes POST body returning null for ctx.formParam()
2 participants