Unmatched Route
Attempting to commit invalid access_token token
🚨How to set up webhooks to make.com for new sign ups?
Cannot log into Kinde => authentication timeouts
Setting the audience for Nuxt to get token to be used with ASP.NET API
.env
file on my front end and I can get a token just fine. The issue is that the token doesn't have the aud defined (it's just an empty []
)
I have allowed the Kinde Management API access as per the instructions in the docs: https://docs.kinde.com/developer-tools/kinde-api/register-an-api/...next.js 14 hostinger vps nginx pm2 - CORS related issues
Entreprise SSO
Confused about Kinde implementation with Node/Express on the backend and React on the frontend
Next.js app router: is it safe to do the authenticated check in the layout?
isAuthenticated
check within the layout for all these pages?
My use of the middleware would be a little more complicated, since I'm already adding a CSP configuration there that needs to be applied to both protected and non-protected pages. So if this would also be a safe option, it would make it a lot more simple for me, but I'm not sure if I'm overlooking some security implications here. ...
503 after signup

IOS app review
"PropertyRequiredException: Issuer cannot be empty, js engine: hermes" error on Android APK
Kinde + tRPC + NextJS app router
Error not found /api/auth/login
Migrating MEAN web application (ExpressJS+MongoDB+AngularJS) to Kinde
Kinde + Supabase + WeWeb
Quick and Urgent about logout component
import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
import { LogoutLink } from "@kinde-oss/kinde-auth-nextjs/components";
JWKS not containing any signing keys
jwks-rsa
package in a Hono application and when it comes time to use getSigningKey
I get the error "The JWKS endpoint did not contain any signing keys"
My endpoint is my issuer url and then .well-known/jwks.json
It gives me this same response in development and production...Requested audience X has not been whitelisted by the OAuth 2.0 Client