Qiskit / platypus

Qiskit Textbook (beta)
https://learn.qiskit.org
Apache License 2.0
143 stars 249 forks source link

Identify auth strategies for platypus #457

Closed korgan00 closed 3 years ago

korgan00 commented 3 years ago

Related Qiskit/platypus#482

korgan00 commented 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.

vabarbosa commented 3 years ago

@korgan00 thank you! following our conversation, we should have the auth/login plugin within the next couple weeks