Hi is there anyway I can use better-auth as way to manage session and page protection with a external api that manages login? My current backend responds with a jwt token (bearer token) after a successful login how can I use this with better auth?
I used to use next auth but that gave me issues because it didn't worked with the above properly.