-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Normal
-
Affects Version/s: None
-
Component/s: Misc features
-
None
From https://github.com/metabrainz/musicbrainz-server/pull/3576
The oauth implementation already accepts any localhost callback if the app is of type "installed application". Extend this to also support the IPv4/IPv6 addresses for the loopback device.
Background: Picard 3 will consistently use 127.0.0.1 for the local server access. Currently it is a mix of localhost and 127.0.0.1 depending on use case. See also metabrainz/picard#2656