Skip to content
This repository was archived by the owner on Jun 23, 2023. It is now read-only.

Conversation

rohe
Copy link
Collaborator

@rohe rohe commented Jun 1, 2021

Session management
Persistent storage handling
Token naming syntax.
To name a few.

rohe and others added 30 commits April 12, 2021 08:40
With new sesssion management and persistent storage handling.
Use create_session from the Authorization endpoint.
The package now produces information to be placed in cookies.
This is information like the name, max-age and the value.
Whatever more needs to be put into a cookie is expected to be done by the frontend.
The package then also expects to receive cookie information in the same format as it exported.
- Wrong parameter order
- not instead of None
- need to pick up cookie name somewhere
- type in cookie not used anymore
- adapted add_cookie in views.py
Replaced oidcendpoint with oidcop where still remaining.
Added ID Token to issued_token.
* feat: added run.sh in flask_op example

some dummy code linting
Including oidcendpoint in oidc-op with alignements to master branch
@rohe rohe requested a review from peppelinux June 1, 2021 07:21
Copy link
Member

@peppelinux peppelinux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, the only thing I'm thinking on is #78
@nsklikas can you put a patch on that Unhandled exception?

@rohe
Copy link
Collaborator Author

rohe commented Jun 1, 2021

I want this merge to go through before the meeting today. So if @nsklikas doesn't have the time I'll do it.

@nsklikas
Copy link
Contributor

nsklikas commented Jun 1, 2021

I'll open a PR

@rohe rohe merged commit 341dcd7 into master Jun 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants