TransforMap / data.transformap.co

Here you find a Node.js daemon to serve the public TransforMap web service.
https://data.transformap.co
GNU Affero General Public License v3.0
7 stars 2 forks source link

Auth related flows are sometimes unexpected. #57

Open almereyda opened 6 years ago

almereyda commented 6 years ago

Some routes have special redirect behavious, which seems a little odd at times:

When being logged out:

When being logged in:

This may be due to an incomplete implementation of OAuth2 flows and substituting those with cookie based authentication logic.