podaac / swodlr

swodlr (swaa·dler) is a system for generating on demand raster products from SWOT L2 data
Apache License 2.0
4 stars 2 forks source link

Swodlr Backend logout endpoint #74

Closed jbyrne6 closed 11 months ago

jbyrne6 commented 1 year ago

Task

Create a logout endpoint for swodlr-ui.

Reasoning

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. (from slack message with @joshgarde)

See the ticket from swodlr ui here https://github.com/podaac/swodlr-ui/issues/36 where this task was originally assigned.

joshgarde commented 11 months ago

PRs open - in-review

joshgarde commented 11 months ago

Merged