IntegralDefense / ACE

Analysis Correlation Engine
Apache License 2.0
25 stars 10 forks source link

Move from API keys to JWT #174

Open unixfreak0037 opened 5 years ago

unixfreak0037 commented 5 years ago

Scrap all of the API key stuff. Move to JWT instead. This will simplify a lot of the code, move to a more standard form of authorization, and will increase speed by not having to do DB queries every time an API endpoint is called in order to verify the API key.