Sébastien Chopin
Sébastien Chopin
I know I could use an emoji but I like custom icons :) Maybe we could support some kind of `p .icon` with position relative and top -1 ? 😅
Low priority compared to other issues.
Refresh tokens are not implemented so far as we just give back to the session what's needed and some OAuth does not handle refresh tokens. Do you have an example...
Well, does this fix your issue? https://github.com/patrick-hofmann/nuxt-auth-utils/tree/feature/add-server-side-session-storage?tab=readme-ov-file#extending-cookie-lifetime
Thank you for your explanation and code examples @haakonmt I released https://github.com/atinux/nuxt-auth-utils/releases/tag/v0.5.4 that should improve the `useUserSession().clear()`during SSR. I created this middleware in the playground to deal with refresh tokens...
I am happy to move everything to `$fetch`. Anyone happy to open a PR for this? 🙏
@silvio-e you need to use `useRequestFetch()`, see https://github.com/nuxt/nuxt/issues/24813
Looks great to me!
I think the fix should be similar to https://github.com/unjs/nitro/pull/2464/files if someone wants to take a stab at it Regarding Cloudflare I opened #2821
Why not creating a .vue component and use the SVG inside for such a specific use case?