GreenDelta / epd-editor

This is an editor for ILCD data sets with EPD format extensions
Mozilla Public License 2.0
4 stars 2 forks source link

add support for token based authentication #71

Open okworx opened 2 years ago

okworx commented 2 years ago

Currently, the EPD Editor only supports the legacy cookie based login method for communicating with a soda4LCA instance. That should be replaced by using token based access (send an Authorization: Bearer header with each request), where the user simply needs to paste their token for each server connection instead of user name and password.