I have hundreds of users in production app running on asp.net webapi, JWT based session upon login. I want to intergrate Auth from appwrite for new users. I will have NextJS app for connecting to both asp.net and appwrite baas. is this possible to have two auth systems and database running parralellly.
TL;DR
Developers want to integrate Asp.Net Auth with Appwrite Auth for new users while maintaining existing users in production app. They plan to have a NextJS app connecting Asp.Net and Appwrite BaaS. They are unsure if it's possible to run two auth systems and databases in parallel.
Solution: Yes, it is possible to have both auth systems running concurrently. You can use Asp.Net Auth for existing users and integrate Appwrite Auth for new users in your NextJS app. This way, both systems can coexist and serve their respective purposes effectively.