Open rushabhhere opened 3 months ago
This video is superb to learn about Zod, TypeScript and any other auth best practices you might be missing: https://www.youtube.com/watch?v=qylGaki0JhY
However, you don't need to use assymetric encryption (RS256 algorithm for jwt signing) as he has done for your use case where the auth system is focused towards one app.
Will check it out
This video is superb to learn about Zod, TypeScript and any other auth best practices you might be missing: https://www.youtube.com/watch?v=qylGaki0JhY
However, you don't need to use assymetric encryption (RS256 algorithm for jwt signing) as he has done for your use case where the auth system is focused towards one app.