Budget: 2500 UAH Deadline: 2 days
Hello. I have extensive experience with Next.js. I am ready to add using a ready-made package.
node v23.6.0
npm packages:
"next": "15.1.4",
"next-auth": "^5.0.0-beta.25",
"react": "^19.0.0"
It is necessary to write authorization through Steam, which will work in the environment described above. It is preferable not to use workarounds, so that the resulting code looks approximately like this, so we can just import SteamProvider and everything works.
auth.js
```
export const { handlers, auth, signIn, signOut } = NextAuth({
providers: [Google, SteamProvider],
...
});
```
Budget: 2500 UAH Deadline: 2 days
Hello. I have extensive experience with Next.js. I am ready to add using a ready-made package.
Budget: 1000 UAH Deadline: 2 days
Hello. NextAuth v4 (and even more so with v5) does not support Steam OpenID 2.0 out of the box, as Steam uses the OpenID 2.0 protocol, not classic OAuth. Therefore, it won't work without workarounds. However, it is possible to achieve modularity.
I have ideas on how to implement this. We can discuss.
У NextAuth v4 (а тем более с v5), из коробки поддержки Steam OpenID 2.0 нет, так как Steam использует протокол OpenID 2.0, а не классический OAuth. Поэтому без костылей не получиться. Но модульности достигнуть возможно.
У меня есть идеи как это реализовать.
Cryptocurrency & Blockchain 22 proposals 1 August
Web Programming 67 proposals 29 July
HTML & CSS 16 proposals 23 July