Files
object-browser/restapi
Lenin Alevski be569aee4f Support for Cookie authentication (#390)
- Added support for cookie authentication (authorization header will have priority)
- Removed local storage token management from UI
- cookie hardening (sameSite, httpOnly, secure)
- login endpoint sets cookie via header, logout endpoint expires cookie
- Refactor Routes and ProtectedRoutes components, improvement on the way
  application check if user session is valid

Future improvements

- look for all places in backend that returns 401 unauthorized, and destroy session there (not a priority since cookie its invalid anyway)
- Downloading objects in object browser can be simplified since is just a GET request and users will be authenticated via Cookies, no need to craft additional requests
2020-11-13 16:26:03 -08:00
..
2020-04-03 14:27:47 -07:00
2020-05-26 17:28:14 -07:00
2020-04-02 20:15:39 -07:00
2020-09-22 11:15:21 -07:00
2020-09-22 11:15:21 -07:00
2020-04-02 20:15:39 -07:00
2020-11-13 11:10:13 -08:00
2020-11-13 11:10:13 -08:00
2020-05-18 21:21:02 -07:00
2020-05-18 21:21:02 -07:00
2020-10-29 22:26:48 -07:00
2020-10-29 22:26:48 -07:00
2020-04-08 17:38:18 -07:00
2020-05-18 21:21:02 -07:00