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

Conversation

peppelinux
Copy link
Member

  • Session management
  • Persistent storage handling
  • Token naming syntax
  • To name a few
  • Documentation
  • Several bug fixes

closes #79

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
peppelinux and others added 27 commits May 25, 2021 23:44
BREAKAGE: seed param moved from global configuration to registration endoint
fix: session_key configuration paramenter does not exist anymore
BREAKAGE: configuration's password, salt and sub_funcs now are under session_params
…he grant under which the new token is minted. This can happen during token exchange.
chore: Readme - still needs a real RTD weblink
Make id token lifetime configurable
Fixed a merge mistake
token_type -> token_class
Implemented our agreement on terms for tokens
@peppelinux peppelinux requested a review from rohe June 1, 2021 08:19
@peppelinux
Copy link
Member Author

not usefull anymore
the v2.0.0 branch will remain in memory of this epic stage :)

@peppelinux peppelinux closed this 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