ZiriusPH
ZiriusPH
Explore posts from servers
BABetter Auth
Created by ZiriusPH on 2/25/2025 in #help
[Idea solicit] Pass authentication to another NextJS app after a logging in on a separate NextJS app
@lonelyplanet thank you very much for this. Do you reckon this will still work since we want a login page as well in the final app, for example, once the session has expired in the final app, we want the login to just be on the login page of the final app rather than going back to authenticator app. The reason why we try to hide the final app is so that no can learn the url for the final app beside from the role users.
22 replies
BABetter Auth
Created by ZiriusPH on 2/25/2025 in #help
[Idea solicit] Pass authentication to another NextJS app after a logging in on a separate NextJS app
@lonelyplanet can you please elaborate on post login on the authenticator app? So after the user logged in with the OIDC provider in the authenticator nextjs. They will have to login again using the oAuth provider in the final app? Is the oauth provider configured on the final app also the client keys from cognito? Or it will be a custom oauth from my own server?
22 replies
BABetter Auth
Created by ZiriusPH on 2/25/2025 in #help
[Idea solicit] Pass authentication to another NextJS app after a logging in on a separate NextJS app
@lonelyplanet awesome, these are definitely good place to start looking on. Planet is definitely not lonely when you are getting help
22 replies
DTDrizzle Team
Created by dion on 11/28/2023 in #help
Infering custom types
I have the same issue atm. drizzle-typebox seems to be working fine, it can infer the createInsertSchema properly, but drizzle-zod cannot, columns with custom types become optional even though they are defined to be notNull()
2 replies