Junichi Sato
Junichi Sato
## ☕️ Reasoning Following up this comment: https://github.com/nextauthjs/next-auth/pull/5027#issuecomment-1197053995. I've abstained from further renaming it like `CALLBACK_ERROR`, since my original intention is only to make them consistent. I'm feeling happy enough...
### What is the improvement or update you wish to see? There is an inconsistent use of two of the error codes, `OAUTH_CALLBACK_ERROR` and `CALLBACK_OAUTH_ERROR`, of which only the latter...
Also removes the definition of `webfinger_url_options`, as it now becomes irrelevant. This closes #171. Detailed background is provided in the issue. Removing configurability of `webfinger_url_options` can be non-trivial. However if...
The documentation says in [2. OpenID Provider Issuer Discovery](https://openid.net/specs/openid-connect-discovery-1_0.html#IssuerDiscovery): > The Issuer location MUST be returned in the WebFinger response as the value of the href member of a links...
The nightly build of the master branch has been fixed a couple of days ago (#78), yet this status badge at the top of README still indicates it's failing. The...
TLDR; `bundle install` and `bundle install --with development` both install the same set. So perhaps one without flag is clearer to use? The setup script and the ci workflow definition...
Installing dependencies has been failing since the commit 41ccfee introduced an undefined local variable in the gemspec: ``` [!] There was an error parsing `Gemfile`: [!] There was an error...
### Steps to reproduce ```ruby # frozen_string_literal: true require "bundler/inline" gemfile(true) do source "https://rubygems.org" gem "rails" # If you want to test against edge Rails replace the previous line with...