Replies: 3 comments 3 replies
-
Why don't you share what you have attempted so far? |
Beta Was this translation helpful? Give feedback.
-
@dcousens I have this, but don't work // schema.ts export const lists = { // keystone.ts: export default config(
}) // auth.ts const discordAuth = createAuth({
}, export const { withAuth } = discordAuth; // access.ts export const isAdmin = ({ session }: { session: Session }) => { |
Beta Was this translation helpful? Give feedback.
-
@dcousens Can you help me? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to know how I can incorporate discord authentication in KeystoneJS, I have tried several times but I have not been able to do it, how can I do it?
Beta Was this translation helpful? Give feedback.
All reactions