Sébastien Chopin
Sébastien Chopin
Would you mind sharing a small GitHub repository with it so I can investigate?
Alright it seems Pooya (author of Nuxt 3 & Nitro) opened an issue in May 2021 about it 😄 https://github.com/makenotion/notion-sdk-js/issues/38 Would you mind trying this comment? https://github.com/makenotion/notion-sdk-js/issues/38#issuecomment-1053066166
I am afraid that we cannot do much about it on our side and must be fixed in the Notion sdk package
This is the problem of having many options to choose from 😆 The first two examples are exactly the same, it is syntax sugar and also that routeRules support much...
I did not forget it is still in my todo list!
Have you try to import from `#imports` ? ```ts import { useUserSession } from '#imports' ```
Hi @victorfds Adding new option will bring more complexity. Though, I see your problem and I believe that Nuxt Auth Utils should not pollute the `/api` namespace, but instead be...
I think it would be even better to have `h3-oauth` exposing all our OAuth utils.
Don't you think it is a bit longer than creating the repo on GitHub -> Clone it -> nuxi init X -> git push? Otherwise we may have to split...
Good news, the nuxt.new repository is open source and open to anymore to contribute 😊 I made https://github.com/Atinux/discuss to show how to make a Nuxt 3 app with GitHub oauth...