GEOLYTIX / xyz

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

Provider and Signer Authentication 🚓 #1339

Closed RobAndrewHurst closed 1 week ago

RobAndrewHurst commented 1 week ago

Description

The Provider and Signer endpoints are not being accessed before a check to see if a user has been authenticated with a PRIVATE instance. The check needs to happen before the provider and signer endpoints are hit.

Type of Issue