OpenID Connect (OIDC) with Next.js

Описание к видео OpenID Connect (OIDC) with Next.js

Most of the time, I use next-auth for authentication in my Next.js apps. But the problem with next-auth is that it does not support Multitenancy for self-hosted apps. So I thought it would be a good idea to write a post on how to implement OpenID Connect with Next.js. if you have only one tenant or you are hosting your app on Vercel, you can use Next-auth. But if you have multiple tenants or you are hosting your app on your own server, then you need a flexible solution where you have full control over the authentication process.

Blog post : https://blog.antosubash.com/posts/ope...

Комментарии

Информация по комментариям в разработке