Epic Account Services (EAS)
Unanswered
Transylvanian Hound posted this in #help-forum
Transylvanian HoundOP
We're looking to integrate NextJS 14 with a game we've deployed in Epic. Next-Auth was the first obvious choice, but I've hit a few snags there. Has anybody got EAS + Next-Auth working, or is there another suitable library that might work out of the box?
2 Replies
Toyger
look like they don't have even single js library implementation for that
you can only implement it by yourself https://dev.epicgames.com/docs/web-api-ref/connect-web-api
you can only implement it by yourself https://dev.epicgames.com/docs/web-api-ref/connect-web-api
Transylvanian HoundOP
So it's a standard oAuth implementation, it just seems to have issues in Next Auth. I can definitely go the manual route. I was trying to save time, and ended spending more.