mapbox / Hecate

Fast Geospatial Feature Storage API
MIT License
253 stars 38 forks source link

Simplify Auth #210

Closed ingalls closed 4 years ago

ingalls commented 4 years ago

Context

Our auth situation has been a mess of boilerplate that came from the early days in an effort to let serde_json handle the heavy lifting of reading the config files into the structs.

This rewrites the auth handling internally to be simpler, more easily extendible, and less error/bug prone

Tasks

cc/ @ingalls