Iodine98 / dora-back

A Python backend for Document Retrieval and Analysis (DoRA).
MIT License
0 stars 1 forks source link

Fix login authentication #22

Closed Iodine98 closed 5 months ago

Iodine98 commented 5 months ago

Currently, the server generates a UUID and sends it to the user. However, you would want the user to be logged in using some OAuth provider and then using that token to identify the user everywhere.

Iodine98 commented 5 months ago

dora-streamlit will be moved to a WEM application.