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

Helidon SE #43

Closed
wants to merge 4 commits into from
Closed

Helidon SE #43

wants to merge 4 commits into from

Conversation

SentryMan
Copy link

@SentryMan SentryMan commented Oct 30, 2023

Bog Standard Helidon SE with Oauth

@SentryMan SentryMan changed the title Raw Helidon SE Helidon SE Oct 30, 2023
@SentryMan
Copy link
Author

@mraible ok, this is basically how an unaugmented Helidon SE app would look when generated by CLI.

mraible added a commit to oktadev/auth0-java-reactive-examples that referenced this pull request Jan 12, 2024
@mraible
Copy link
Contributor

mraible commented Jan 12, 2024

@SentryMan I've created a new repo for the reactive version of each framework, and I've converted from Helidon MP to Helidon SE using this PR. You can see it in this commit.

The full PR to convert each framework to reactive is at oktadev#1.

@mraible mraible closed this Jan 12, 2024
@SentryMan SentryMan deleted the raw-helidon-se branch January 13, 2024 06:47
@mraible
Copy link
Contributor

mraible commented Jan 31, 2024

Hi @SentryMan,

Do you know how to modify this code to lazy-load the issuer and JWKS URI? The Helidon SE version is 5x slower to start than the Helidon MP version because MP lazy-loads the JWKS URI by default.

See oktadev#5 for more information.

@SentryMan
Copy link
Author

I got nothing, never really handled JWT that much with helidon since an internal library takes care of the authentication for my applications.

@mraible
Copy link
Contributor

mraible commented Feb 1, 2024

@SentryMan I converted your example to use more configuration and less code in oktadev#6. I was unable to figure out how to configure everything in the application.properties file, that's why I'm using YAML.

It still fails to startup when there's no internet connection, which means it'll take longer to start than the other frameworks.

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