WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
1 stars 1 forks source link

Login page + authentication #109

Open obrienben opened 3 months ago

obrienben commented 3 months ago
  1. Implement the view of login page (or modal dialog)
  2. Talk with the server to finish authentication.
  3. Cooperate with the client rest api. If the client rest api received an authentication failure response, then the login page can be poped up. When it succeeded to submit the credentials, the client rest api can retry the previous request.