yubinTW / fastify-keycloak-adapter

a Fastify plugin for Keycloak
MIT License
19 stars 5 forks source link

feat(plugin): add options to disable cookie and session plugin #14

Closed mhenke96 closed 2 years ago

mhenke96 commented 2 years ago

Adds the options to disable the cookie and session plugin registration, in case someone wants to initialize the plugins himself, to provide his own set of configurations for these plugins.

yubinTW commented 2 years ago

LGTM, could you please also update the Configuration section of the README?

mhenke96 commented 2 years ago

LGTM, could you please also update the Configuration section of the README?

Valid point. Added it to the README.md as well as some minor improvements.

yubinTW commented 2 years ago

Hey, I update some styles in README to make the same code style.

yubinTW commented 2 years ago

Released in 1.2.0, thanks!