TheTransitClock / transitclockDocker

Docker installer for TheTransitClock
MIT License
16 stars 15 forks source link

Protect using auth0 #14

Open wkulesza opened 3 years ago

wkulesza commented 3 years ago

When starting the transitime-core through docker, one exposes both endpoints /web and /api to the world. We're trying to protect it using auth0 and can do it with /web, but can't with /api, since it would require passing auth0 arguments in the URL - i.e. gtfs-rt vehicle positions/trip update urls.

vsperez commented 3 years ago

This might help:

image