Is it possible to auth both nextjs and mobile app (android/iOS)?
Suppose I have a nextjs application using better auth which use cookie session, and I also have an android/iOS app which want to use token session, the web app and mobile app share same nextjs server. is it possible to do that? If it can be achieved, can OAuth also be achieved?