scolby33 / OCSPdash

A dashboard for the status of the top certificate authorities' OCSP responders.
MIT License
1 stars 0 forks source link

Automatically get location #13

Closed cthoyt closed 6 years ago

cthoyt commented 7 years ago

Is there a clever way to do this? Maybe use the external IP address as the location?

scolby33 commented 7 years ago

I like the idea of locations being like users. The biggest reason I changed the name from User is so members of the User table can be admins and that is divorced entirely from those with the ability to submit results.

cthoyt commented 7 years ago

Aha. That's what the Role table is for in flask security, which we'll get to!

cthoyt commented 7 years ago

Hmm i wonder if you could use the public key thing and play nice with flask security so you wouldn't need a password... or just have one anyway in addition to the public key? I don't know how your user creation procedure works

scolby33 commented 6 years ago

We've moved on from this architecture, so this can be closed.