Skip to content

Add OIDC Refresh token cookies - #8

Open
goosenotduck wants to merge 5 commits into
ComputerScienceHouse:v2from
goosenotduck:v2
Open

Add OIDC Refresh token cookies #8
goosenotduck wants to merge 5 commits into
ComputerScienceHouse:v2from
goosenotduck:v2

Conversation

@goosenotduck

Copy link
Copy Markdown
Contributor

This allows for browser authentication cookies to be updated without having do redirect the user to SSO.

When the auth cookie becomes expired, the service can refresh the token behind the scenes and not interrupt the user's experience.

Why

Because I ran into the issue where I had to redirect the browser to redo the whole auth handshake and I didn't like that

Test Plan

I tested these changes in MAKE and they worked 🦖

Env Vars

Nope

Documentation

Added the error variable

Checklist

  • Tested all changes locally

@BigSpaceships

Copy link
Copy Markdown

Since this is getting more into the deep dark realm of how oidc works, can you add an example of how to implement it in the readme?

@goosenotduck

Copy link
Copy Markdown
Contributor Author

How is this ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants