fastify / fastify-bearer-auth

A Fastify plugin to require bearer Authorization headers
Other
151 stars 28 forks source link

fix: allow string array as keys option #170

Closed Uzlopak closed 9 months ago

Uzlopak commented 9 months ago

According to the readme and the overall implementation it should be possible to pass an array. But typescript types dont allow. Also hardening against errors.

Checklist

mcollina commented 9 months ago

Can you resolve the conflicts?

Uzlopak commented 9 months ago

@mcollina

Done.