You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I come from a .NET background (backend development, etc.).
For a side project, I decided to try Next.js for the frontend.
I have Keycloak set up and I will try to use the NextAuth lib. The tasks:
Session management in Redis
Cookies
Keycloak OAuth
Token storage in Redis with encryption and rotation
Caching for user information (after calling a backend endpoint)
It was just impossible to setup with this auth.js lib... (man that's not like my openidc lib on .net ;)
However, I discovered your new Lucia site, where you guide us through the process!
It was just perfect! In one afternoon, I was able to set everything up (as outlined above), and it seems to be working very well:
It was a breeze. As someone who is a complete noob with TypeScript and Next.js, but with a background in backend development, your approach of "we explain, you will understand" was exactly what I needed (+artic lib etc).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I come from a .NET background (backend development, etc.).
For a side project, I decided to try Next.js for the frontend.
I have Keycloak set up and I will try to use the NextAuth lib. The tasks:
It was just impossible to setup with this auth.js lib... (man that's not like my openidc lib on .net ;)
However, I discovered your new Lucia site, where you guide us through the process!
It was just perfect! In one afternoon, I was able to set everything up (as outlined above), and it seems to be working very well:
It was a breeze. As someone who is a complete noob with TypeScript and Next.js, but with a background in backend development, your approach of "we explain, you will understand" was exactly what I needed (+artic lib etc).
Thank you for that!
Beta Was this translation helpful? Give feedback.
All reactions