jeffreycwitt / tei-web-editor

GNU General Public License v3.0
23 stars 5 forks source link

Please use the Authorization HTTP header instead as using the `access_token` query parameter is deprecated. #24

Open jeffreycwitt opened 3 years ago

jeffreycwitt commented 3 years ago

Please use the Authorization HTTP header instead as using the access_token query parameter is deprecated.

app is sending access token through url parameter. This is depreciated and now needs to be send through the header.

See: https://developer.github.com/changes/2020-02-10-deprecating-auth-through-query-param/

ColeDCrawford commented 3 years ago

Was going to flag this for you - helping migrate Racha's fork to Freiburg and when I pulled this up on local dev I got an email with the above link. Looks like they are turning this off on 5 May.