pilcrow
pilcrow
Likely caused by https://github.com/vercel/next.js/issues/60756
Looks like this fixes the issue ```ts const nextConfig = { webpack: (config) => { config.externals.push("@node-rs/argon2", "@node-rs/bcrypt"); return config; } }; ```
@Wundero I guess fundamentally, it was kinda dumb to have Node-only modules in a runtime agnostic library
No major updates, since password hashing isn't part of Lucia. I might push the branch early this month, but you should be fine staying in Oslo v1 for quite a...
Please refactor the PR to use `oslo/oauth2` like the other providers
Superseded by #170
Are you referring to GitHub Apps or device code login?
Sorry, I'm a bit confused what needs to be done to support GitHub Apps? Doesn't it just use the same OAuth 2.0 flow with the same endpoints?
Closing this unless there's a change that needs to be done by us