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

Conversation

peppelinux
Copy link
Member

With this PR we have this new configuration parameter called "session_params" that contains all the paramenters involved in session management configuration.

  "session_params": {
      "password": "__password_used_to_encrypt_access_token_sid_value",
      "salt": "salt involved in session sub hash ",
      "sub_func": {
        "public": {
          "class": "oidcop.session.manager.PublicID",
          "kwargs": {
            "salt": "sdfsdfdsf"
          }
        },
        "pairwise": {
          "class": "oidcop.session.manager.PairWiseID",
          "kwargs": {
            "salt": "sdfsdfsdf"
          }
        }
     }
  },

this PR fixes #60
@rohe I know that's something for 2.1.0 release but believe me, I couldn't resist, it was very easy to be implemented :)

@peppelinux peppelinux requested review from nsklikas and rohe May 25, 2021 21:54
@peppelinux peppelinux merged commit 0fe8067 into develop May 26, 2021
@peppelinux peppelinux deleted the session_params branch June 1, 2021 08:59
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