This repository has been archived on 2023-08-14. You can view files and clone it, but cannot push or open issues or pull requests.
Alastair Houghton 9187aa669d fix: allow Authorization header when doing CORS
The Authorization header needs to be allowed when doing CORS because
otherwise /userinfo can't work.  It isn't one of the headers
explicitly allowed by default by Gorilla, so we have to call
handlers.AllowedHeaders() to specify it.

Issues: 
Signed-off-by: Alastair Houghton <alastair@alastairs-place.net>
2020-10-05 15:01:54 +01:00
..
2019-07-31 08:16:18 +02:00
2020-07-01 14:20:57 +02:00
2020-07-01 14:20:57 +02:00
2016-07-26 15:51:24 -07:00
2020-07-08 16:25:06 -04:00
2019-07-30 11:29:08 +02:00
2020-07-14 10:13:37 -04:00