Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • api api
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 12
    • Issues 12
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cubicwebcubicweb
  • cubescubes
  • apiapi
  • Merge requests
  • !21

fix: revert to base pyramid_jwt implementation using a custom cookie serializer

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Arnaud Vergnet requested to merge topic/default/auth-cookie-fix into branch/default Jun 15, 2022
  • Overview 9
  • Commits 2
  • Pipelines 6
  • Changes 2

Reverts to the base pyramid_jwt implementation but with a custom serializer which simply returns the given value. Needed as the JWT token is already base64 encoded.

This fixes authentication issues using the cubicweb_web login forms.

Edited Jun 15, 2022 by Arnaud Vergnet
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: topic/default/auth-cookie-fix