I am using OAuth for login and want to disable the default login entirely. Can I remove the default login in /admin/login and disable payload.login?
On your User-collection you can set this property to disable native Payload signin functionality:
auth: {
disableLocalStrategy: true,
},
thank, that's what I was looking for
Star
Discord
online
Get dedicated engineering support directly from the Payload team.