David Nuñez

Results 6 comments of David Nuñez

Also having problems with the button and chrome extensions here

This error persists for me! Still not fixed (9.1.5)

Also Having problems with linkedin, any solutions for this?

fixed with this on my auth.config.js: ``` import Linkedin from "@auth/core/providers/linkedin"; import { defineConfig } from "auth-astro"; export default defineConfig({ providers: [ Linkedin({ clientId: import.meta.env.LINKEDIN_CLIENT_ID, clientSecret: import.meta.env.LINKEDIN_CLIENT_SECRET, issuer: "https://www.linkedin.com/oauth", jwks_endpoint:...