yubinTW / fastify-keycloak-adapter

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

add custom unauthorized handler option #15

Closed mhenke96 closed 2 years ago

mhenke96 commented 2 years ago

Adds the option to the fastify plugin to provide a custom unauthorized handler option.

yubinTW commented 2 years ago

Yes, custom handler is an important feature! Could you please also add some test cases for this?

mhenke96 commented 2 years ago

Yes, custom handler is an important feature! Could you please also add some test cases for this?

I've added some more tests and divided them into different plugin configurations. Unfortunately, I haven't set up the proper testing environment yet. Could you take a look at them?

yubinTW commented 2 years ago

Released in 1.3.0. Thank you for fixing my stupid typos 😅