jrmi / airboardgame-back

[DEPRECATED] Dumb Backend for airboardgame See ricochetjs instead
1 stars 0 forks source link

Add security when registering frontend with encryption/signing #4

Closed jrmi closed 3 years ago

jrmi commented 4 years ago

See:

Requirements:

Steps:

  1. We register the site via an API and get an api key
  2. We crypt "something" with the key to pass a challenge and put in setup ? Or we crypt the setup.py file with the secret key ?
  3. When we visit the site, since the browser call an endpoint, the server try to access the referer (or whatever specified in query) and load the setup from it ?
jrmi commented 3 years ago

Done with ricochet