clegaspi / saml_reader

A tool to parse and verify SAML response data for MongoDB Cloud.
MIT License
7 stars 2 forks source link

Completely separate analyzer as a backend #57

Open clegaspi opened 3 years ago

clegaspi commented 3 years ago

Right now, the CLI is somewhat intimately tied to the function of the analyzer portion of the application. In the future, it would be good to have the backend feel purely like an API that is called by the CLI, the web app, and maybe as a REST API in the future.

Things I would do: