1
Fork 0
photoview/api/graphql
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
..
auth Use cookies for authentication instead of header 2020-07-12 18:52:48 +02:00
models Add video metadata 2020-07-12 14:17:49 +02:00
notification Reintregrate notifications with scanner 2020-06-23 15:13:07 +02:00
resolvers Add video metadata 2020-07-12 14:17:49 +02:00
directive.go Implement authorization 2020-01-31 23:30:34 +01:00
generated.go Add video metadata 2020-07-12 14:17:49 +02:00
schema.graphql Add video metadata 2020-07-12 14:17:49 +02:00