StudioProcess / imagetool

1 stars 0 forks source link

Backend: Secure user/register #4

Closed martinleopold closed 8 years ago

martinleopold commented 8 years ago

@crux23 How can we secure user/register route, to prevent unauthorized creation of new users?

crux23 commented 8 years ago

two ideas:

  1. set a own passphrase to register, p.e. "imageToolAnmeldung". it will be always the same or has to get set manually if needed.
  2. set a passphrase/token witch has auto renewal. which has to be given out by you and is limited in lifetime p.e. for one day.
martinleopold commented 8 years ago

Closed, followed up in #6