Closed korgan00 closed 3 years ago
The Mathigon studio doesn't have an auth implementation or strategy right now. Phillip is working on an implementation of the auth with facebook, google and it should be easy to create an implementation with the IBM ID. If we dont use that implementation, Mathigon is built on top of express, and we can create the auth using it. There are a lot of tutorials about it. To identify the user we can use the IBM ID with SSO following the instructions here. Mathigon Studio stores data in a post request using a storage object. We provide that storage object, so we can modify it easily.
@korgan00 thank you! following our conversation, we should have the auth/login plugin within the next couple weeks
Related Qiskit/platypus#482