Open koriolis opened 11 months ago
The plugin does not seem to support Vite as a bundler currently, theres some direct references to Webpack: https://github.com/thgh/payload-plugin-oauth/blob/3c0ea2de059e46b08b834c8713b311637c4cb7a8/src/index.ts#L205-L220
The plugin does not seem to support Vite as a bundler currently, theres some direct references to Webpack:
Thanks @MikaelSiidorow. I'll see if it's possible to translate these aliases into Vite and maybe add them in the global vite configuration (no sure if it's possible though).
Hi, I'm a bit of newbie on PayloadCMS and Authentication in general. I've installed and configured the plugin as instructed on the README but unfortunately I'm running into this error which is kind of baffling me. This is the beginning of my configuration of the plugin to start testing if it works, hence the userinfo callback is very simple just logging the token it gets and returning a dummy user (I don't know what the
sub
property is supposed to contain, and I'm assuming it's supposed to be either the payload user id or the oauth user.id).Anyway this fails before even executing so I'm stuck at the moment, and in the off chance this is a known solved problem, I'm opening this issue. Will be glad to provide any additional information. Thanks!
Relevant packages versions
Setup
Error