Hello, how are you? I registered the other day to...
# ory-network
f
Hello, how are you? I registered the other day to try ory network, it was presented to us as an alternative authentication solution to auth0, and, I had problems when I tried to add it to my application in nextjs 14 with the new app router. More than anything, there doesn't seem to be a clear example repository for this particular scenario, and while the current ones based on the app router are a good starting point, reading through the issues or discussions on github, there are several points that seem to be outdated. Some talk about using the @ory/integrations package which includes a specific one for nextjs, others say that this package should be removed as it is not useful, errors are presented in the console log due to invalid http query headers. Am I reading old documentation/discussion or do I still have these problems to implement it? Actually, I'm just looking for a basic example (as I'm perhaps used to) of how to implement login, logout and how to access user data in a client-component as well as in a server-component (or server action). Thank you very much, best regards community!