virtualcell / vcell

Virtual Cell Framework
http://vcell.org/
Other
66 stars 20 forks source link

Story: Implement external identity providers within VCell #1205

Closed AvocadoMoon closed 2 months ago

AvocadoMoon commented 6 months ago

Problem

The current method for authentication within VCell is outdated and no longer follows the required standards for the grant provided. Having to update our authorization to a modern implementation.

Solution

Utilize Auth0 for our authentication and an identity provider taking the burden of authentication from VCell.

Phase 1 (Hard Code)

Phase 2 (Transition between old authentication and new)

Authenticated Already, Operations You Can Do

Phase 3 (Implement within VCell Client)

jcschaff commented 2 months ago

this issue is complete, VCell client integration of new auth scheme is complete.