Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • pleroma pleroma
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 647
    • Issues 647
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 93
    • Merge requests 93
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PleromaPleroma
  • pleromapleroma
  • Merge requests
  • !585

Make captcha (kocaptcha) stateless

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged vaartis requested to merge vaartis/pleroma:captcha into develop Dec 20, 2018
  • Overview 33
  • Commits 6
  • Pipelines 10
  • Changes 10

This MR eliminates the need for ETS in CAPTCHA handling. The answer is encrypted+signed and then passed to the client, which passes it back to decrypt and get the answer's MD5.

Connected with this FE MR: pleroma-fe!434 (merged)

/cc @rinpatch @href

Edited Dec 20, 2018 by vaartis
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: captcha