website/pkg/controller/api
Noah Petherbridge 7869ff83ba Signed and Authenticated Static Photo URLs
* Add support for authenticated static photo URLs, leveraging the NGINX module
  ngx_http_auth_request. The README is updated with an example NGINX config
  how to set this up on the proxy side.
* In settings.json a new SignedPhoto section is added: not enabled by default.
* PhotoURL will append a ?jwt= token to the /static/photos/ path for the
  current user, which expires after 30 seconds.
* When SignedPhoto is enabled, it will enforce that the JWT token is valid and
  matches the username of the current logged-in user, or else will return with
  a 403 Forbidden error.
2024-10-03 18:04:14 -07:00
..
barertc Member Search: Order by certified at 2024-08-23 23:09:27 -07:00
auth.go
json_layer.go Search By Location 2024-08-03 14:54:22 -07:00
likes.go Tweak admin permissions and photo view counts 2024-09-28 12:45:20 -07:00
mark_explicit.go Improvements on community flagged explicit photos 2024-10-01 20:44:11 -07:00
photo.go Tweak admin permissions and photo view counts 2024-09-28 12:45:20 -07:00
read_notification.go Clear/Delete Notifications, Private Photo Fixes 2023-08-04 18:54:04 -07:00
static_auth.go Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00
username_check.go Reserved username check on signup page 2023-09-09 12:26:51 -07:00
version.go
world_cities.go Search By Location 2024-08-03 14:54:22 -07:00