Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiments with user auth/db access #811

Draft
wants to merge 5 commits into
base: dev
Choose a base branch
from
Draft

Commits on May 10, 2022

  1. basic JSON fetch from database with no binding

    html select boxes to choose region/bundle/feed
    update map style JSON to match GTFS vector tile layer names
    try serving up vector tiles UI html/js without CORS
    abyrd committed May 10, 2022
    Configuration menu
    Copy the full SHA
    89a4bc2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b88456 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2a04ed View commit details
    Browse the repository at this point in the history
  4. check tokens without email

    will eventually require token expiration/eviction
    abyrd committed May 10, 2022
    Configuration menu
    Copy the full SHA
    ab482b3 View commit details
    Browse the repository at this point in the history
  5. persistent MongoCollections in unmodifiable map

    also url-safe tokens (can be included as a query param)
    factor out logic from streaming / non-streaming database endpoints
    added login and token example to vector tile client
    abyrd committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7d31889 View commit details
    Browse the repository at this point in the history