You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adds base auth provider and removes additional redirect to login
* HELIUM-6435 Update configuration
* Added the current organization management, user retrieval, and access token verification
* Remove unnecessary console log
* Fixed redirect broken by auth0 path overwrite and fixed migrations
* Fixes relationships to not require user entry
* Refactors to use ID Token instead of Access Token and removes some log statements
* Fixes invalid associations, allows terms to be viewed while not registered, modifies data received on invitation
* Updates to allow users to accept organization invitations TODO: remove dependency on auth modules
* Remove console log
* HELIUM-6435 Addresses PR comments, corrects socket authentication, pauses rendering unallowed children
* Updates to fix broken tests due to changed authentication process
* Update to remove unused function stub added by mistake
* Updates regarding review comments, cleaned unecessary var def, reorganized router, removed unused method stub
* Update to remove unnecessary comment and move from window to push
* Removes two factor from members table information
* Update to remove repeated Auth0 jwk fetching (#185)
* Update to allow rendering children once the organizations have been fetched (#186)
* Updates to use the store instead of the localStorage for org id (#187)
* Allows users to switch organizations and join organizations initially (#188)
* Allows users to switch organizations and join organizations initially
* Removed additional imports
* Updates to allow users to read role and api keys to associate user email (#189)
* Updates to allow users to read role and api keys to associate user email
* Updates disgusting line length
* Updates to not have undefined organization
* Corrects redirect on register and removes commented out code
0 commit comments