p2 / OAuth2

OAuth2 framework for macOS and iOS, written in Swift.
Other
1.14k stars 276 forks source link

issue with http://localhost in OAuth2WebViewController.swift #308

Open luxxyarns opened 5 years ago

luxxyarns commented 5 years ago

The http:// call that is used for "internal" communication and is intercepted is theoretically OK. However, if you use a mobile app verification software, it will create a warning because the app uses "http://" although "https://" is considered to be more secure.

Can you please change this to a https string?