usnistgov / SpectrumBrowser

ITL
12 stars 11 forks source link

Make the same changes to authentication that I made to accounts #149

Closed jkubNTIA closed 9 years ago

jkubNTIA commented 9 years ago

I need to make the same changes to authentication that I made to accounts, e.g.:

  1. Use a JSON string instead of sending user, password, privilege
  2. return 'error messages' instead of just 'error status' in the JSON returned from flaskr.
  3. Use a grid instead of labels and text boxes (just a bit cleaner).
jkubNTIA commented 9 years ago

This is done.