Skip to main content

Authentication

GO will have a single auth for all the features and apps that are part of it, even though each app will be packdged seperatly the auth is one.

Task Chat Launch
note

This document is not meant to outline how to use the API endpoints, rather how to build it. We outline what it's capabilities should be, once you have built them, you can create documentation on how to utilize them on the APIs tab.


Description

Authentication will inicaly be handled by Firecase and later we will switch over to BackBone.

Status

warning

These details are only updated with each release, for more acurate updates and keeping track of progress, see the task in GitHub.

Doc StatusProduct StatusLast UpdateVersionReleasePhase
In ProgressUp Next04.03.20240.01InternalAlpha

Team

OwnerLead
Mendy-

Reminders

  • Keep code lean and clear
  • follow the outlined arcetecture
  • write commetes in your code
  • update the staus in the docs and in GitHub
  • try not to recreate functions we alredy have, rather update exsiting functions to support your needs
  • Be sure to follow the release guidelines
  • Update Documentation
  • keep API docs up to date each time you update or add endpoints