Skip to content

Moved Translink API under authenticated kiosk routes#157

Merged
kathryntanardy merged 1 commit into
mainfrom
feat_155_kiosk-specific-api-module
Jul 17, 2026
Merged

Moved Translink API under authenticated kiosk routes#157
kathryntanardy merged 1 commit into
mainfrom
feat_155_kiosk-specific-api-module

Conversation

@kathryntanardy

@kathryntanardy kathryntanardy commented Jul 15, 2026

Copy link
Copy Markdown
Contributor

Close #155

Move the TransLink API under a protected kiosk route using Bearer token authentication:

  • Added kiosk Bearer auth using KIOSK_SECRET
  • Created /kiosk router with auth applied globally
  • Mounted TransLink routes at /api/kiosk/translink/*
  • Removed public TransLink router mounting from main.py

@jbriones1 jbriones1 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. When I fix my laptop I'll test this out.

@kathryntanardy
kathryntanardy merged commit 3ef54e7 into main Jul 17, 2026
3 checks passed
@kathryntanardy
kathryntanardy deleted the feat_155_kiosk-specific-api-module branch July 17, 2026 23:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Kiosk-specific API module

2 participants