website/pkg/config
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
..
admin_labels.go Admin labels on photos surrounding explicit flags 2024-10-02 16:22:19 -07:00
admin_scopes_test.go Admin Transparency Page 2024-05-09 15:50:46 -07:00
admin_scopes.go Delete the inner circle 2024-08-10 11:54:37 -07:00
config.go Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00
enum.go Bugfix when removing all chat moderation rules 2024-09-20 20:32:56 -07:00
geo_gate.go Geogate kill switch 2023-07-01 16:35:35 -07:00
page_sizes.go User Forums: Sort options and pagination 2024-08-26 20:47:14 -07:00
variable.go Signed and Authenticated Static Photo URLs 2024-10-03 18:04:14 -07:00