Use existing User Database

Hey, I already have an existing Discord user database from my Discord. This database will continue to be populated and updated by my Discord bot backend.
Now I want to create a Next.js app for the backend. I want to use BetterAuth there, but it should utilize the existing Discord user database. There’s no need for duplicate entries in the database. The app will only support Discord login. Are there ways for BetterAuth to work with this setup, or do I need to adjust my database schema?
Was this page helpful?
Use existing User Database - Better Auth