Rodion
Rodion
Hello! awesome module! Is there any example how to implement my own auth with nitro and sqlite (JWT/session)
### Environment ``` Nitro v2.9.6 Node v20.12.2 ``` Basic nuxt 3 project ### Reproduction https://stackblitz.com/edit/github-c51gfm?file=app.vue,server%2Fapi%2Fauth%2Flogin.post.ts,server%2Fapi%2F%5B...%5D.ts ### Describe the bug ```ts import {joinURL} from "ufo"; export default defineEventHandler((event) => { const...
It is possible to implement cognito google oauth with nuxt auth utils?
### Environment ------------------------------ - Operating System: Darwin - Node Version: v20.12.2 - Nuxt Version: 3.12.4 - CLI Version: 3.12.0 - Nitro Version: 2.9.7 - Package Manager: [email protected] - Builder: -...