Skip to content

Commit

Permalink
Update plugin.js
Browse files Browse the repository at this point in the history
Co-authored-by: Frazer Smith <frazer.dev@outlook.com>
  • Loading branch information
mcollina and Fdawgs committed May 14, 2022
1 parent b134c82 commit 106d176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,6 @@ function plugin (fastify, options, done) {

module.exports = fp(plugin, {
fastify: '4.x',
name: 'fastify-bearer-auth'
name: '@fastify/bearer-auth'
})
module.exports.internals = { factory: verifyBearerAuthFactory }

0 comments on commit 106d176

Please sign in to comment.