1
Fork 0
photoview/api/routes
viktorstrate f669812efb Use cookies for authentication instead of header
This replaces the current implementation
where a bearer header holds the auth-token.
Now the same token is being sent using a cookie instead.
This greatly simplifies fetching resources (images and video),
since the header is sent along implicitly with each request.
2020-07-12 18:52:48 +02:00
..
authenticate_media.go Use cookies for authentication instead of header 2020-07-12 18:52:48 +02:00
photos.go Use cookies for authentication instead of header 2020-07-12 18:52:48 +02:00
spa.go Move spa handler to a separate file 2020-04-06 22:21:58 +02:00
videos.go Use cookies for authentication instead of header 2020-07-12 18:52:48 +02:00