diff --git a/icons/better-auth.svg b/icons/better-auth.svg new file mode 100644 index 000000000..557262d08 --- /dev/null +++ b/icons/better-auth.svg @@ -0,0 +1,4 @@ + + + + diff --git a/modules/better-auth.yml b/modules/better-auth.yml new file mode 100644 index 000000000..1304d79f0 --- /dev/null +++ b/modules/better-auth.yml @@ -0,0 +1,18 @@ +name: better-auth +description: >- + Nuxt module for Better Auth integration with NuxtHub, route protection, + session management, and role-based access +repo: nuxt-modules/better-auth +npm: '@nuxtjs/better-auth' +icon: better-auth.svg +github: https://github.com/nuxt-modules/better-auth +website: https://better-auth.nuxtjs.org +learn_more: https://better-auth.com/ +category: Security +type: community +maintainers: + - name: nuxt-modules + github: nuxt-modules +compatibility: + nuxt: '>=3.0.0' + requires: {}