payload-plugin-oauth
payload-plugin-oauth copied to clipboard
Add oAuth sign in to your Payload CMS site
Hi! Not really a issue, but I didn't find another place to raise awareness for this. I am working on a Payload 2.0^ project with a PostgresDB, and would love...
how to configure the plugin to allow oauhth2 logins from google, twitter, facebook. ?
I noticed this when I turned off user/pass authentication, the redirect stopped working and the users are sent to the main page instead.
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...
I cannot sign into my account if a local account with that email already exists, as it will throw `The following fields contain error: emails`. Can this be fixed?
Payload does not build with payload-plugin-oauth. Using below code in payloadconfig.ts export default buildConfig({ serverURL: process.env.SERVER_URL,//'http://localhost:3000', admin: { user: Users.slug, }, plugins: [ // Replace this plugin with our Custom...
Hi everyone, Since I have been stuck for few days I have decided to ask here. I am building right now CMS using payload + next (payloadcms package). We used...
I'm using node v16.17.0, Payload v1.6.26 and payload-plugin-oauth v0.2.0. This is the configuration from the ~/app-payload/src/payload.config.ts file: ``` import { buildConfig } from 'payload/config'; import { oAuthPlugin } from 'payload-plugin-oauth'...
Added `payload.update` if user has been found in the Payload user-collection, so the user object in PayloadCMS syncs with potential new data from the userinfo-function. Resolves #22
Currently, adding `state: true` to the plugin options does not work and produces an error, even though the underlying passport strategy supports it. This change makes it work.