podaac / swodlr-ui

User Interface for On-Demand Raster Generation System
2 stars 1 forks source link

Swodlr UI integrate logout endpoint #36

Closed jbyrne6 closed 10 months ago

jbyrne6 commented 1 year ago

Need to delete the 'session' cookie to logout. This can not be done on the frontend directly as far as I can tell because the 'session' cookie is httpOnly. It probably can only be done which would be implemented on the backend with a new endpoint to perform a SetCookie with blank values to clear the cookies out. (form slack message with @joshgarde)