Skip to content
/ sv2 Public
forked from micahlt/sv2

🔓 A next-generation alternative to ScratchVerifier

License

Notifications You must be signed in to change notification settings

jumping283/sv2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sv²

A next-generation alternative to ScratchVerifier. A public server is available at https://sv2-server.herokuapp.com/

API Reference

GET /api

This requests the status of the server.

Good response:

200 OK

Bad response:

500 Server Error

POST /api/verify

This requests a user's profile to be checked for the code.

Body:

{
  "user": "scratch_username"
}

Good response:

{
  "code": "3Q8Q8UqObPEQocs3UiVHXy2fp2QqcoQVtlu5seN3nb5BZauFTz"
}

Bad response:

406 Not Acceptable

POST /api/verify

Body:

{
  "user": "scratch_username"
}

Good response:

200 OK

Bad response:

403 Forbidden

About

🔓 A next-generation alternative to ScratchVerifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 60.9%
  • CSS 23.0%
  • HTML 16.1%