How can I use better-auth with external authentication api (jwt/bearer tokens)
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.
I used to use next auth but that gave me issues because it didn't worked with the above properly.