GEOLYTIX / xyz

An open source javascript framework for spatial data and application interfaces.
MIT License
87 stars 25 forks source link

Provider Sign Authentication #1340

Closed RobAndrewHurst closed 3 months ago

RobAndrewHurst commented 3 months ago

Description

The Provider and sign endpoints were being hit before authentication of a private instance was checked. This PR moves the endpoints to after the PRIVATE instance check.

GitHub Issue

This PR relates to issue #1339

Type of Change

How have you tested this?

You can test this by going to any provider endpoint with no authentication and you should receive the login page.

Testing Checklist

Code Quality Checklist