jupyter / tmpnb-redirector

Simple HTTP redirector for tmpnb nodes
BSD 3-Clause "New" or "Revised" License
12 stars 16 forks source link

Supporting auth tokens in tmpnb-redirector #12

Open utsavkesharwani opened 7 years ago

utsavkesharwani commented 7 years ago

Tmpnbs provides a way of securing the API endpoints, by passing API_AUTH_TOKEN and ADMIN_AUTH_TOKEN as environment variables.

However, there is no such functionality in tmpnb-redirector to add tmpnb hosts with their auth tokens.

Is it possible to add the support for the same?