-
Notifications
You must be signed in to change notification settings - Fork 0
Strucutre
Billcountry Mwaniki edited this page Aug 30, 2020
·
3 revisions
Alt4core is structured into packages with each package handling specific functionality. The following is the general structure, follow links to each Item for more information.
Users are the core of any system. Alt4 Keeps a minimal user record and instead defers authentication processes to a third party
Applications are the entry point for any User and a User can have multiple applications and vice versa
Application Users is a collection acting as the link between a user and an application.
Application Keys are used to generate tokens to authorize API/RPC calls