Skip to content
#

quarkus

Here are 511 public repositories matching this topic...

sberyozkin
sberyozkin commented Nov 11, 2020

Describe the extension
Quarkus OIDC CodeAuthenticationMechanism uses a default TokenStateManager implementation which stores all the session content in a cookie, which, by default, will include 3 tokens: ID, access and refresh tokens. When all 3 of them are in a JWT format as is with Keycloak, the cookie value size may exceed 4096 when JWTs have a lot of claims, at which point some brow

The goal is to compare Java frameworks like: Quarkus, Micronaut and Spring Boot. For it, we will implement applications using those frameworks, measure start-up times, memory footprint, etc. Besides, as Quarkus and Micronaut support GraalVM out-of-the-box, we will use GraalVM’s native-image tool to build Quarkus and Micronaut native applications.

  • Updated Dec 6, 2020
  • Shell

Improve this page

Add a description, image, and links to the quarkus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quarkus topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.