pilcrow

Results 39 comments of pilcrow

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

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