OPENER-next / OpenStop

App for collecting OpenStreetMap-compliant accessibility data in public transport
https://openstop.app
GNU General Public License v3.0
65 stars 13 forks source link

Swap flutter_appauth with flutter_web_auth package #116

Closed Robbendebiene closed 1 year ago

Robbendebiene commented 1 year ago

The main benefit of this change is that flutter_web_auth supports authentication for web.

The easiest way to test the build is by running flutter run -d web-server --web-port 8080 --web-hostname 127.0.0.1. The fixed port and IP is important because it must be identical with the redirect URI which has to be specified in the code and on the OSM server.

iOS is totally untested and judging by the issues it seems to have some problems.