Setup

Really, since Auth Core is only used directly in Group Control, it only needs to be directly set up using the Setup section of Using Addons within the Group Control App itself. In all other cases, the only thing you need to do to make sure that Auth Core is "set up" is to make sure your app extends Group Control (thus making sure gc is under the dependencies.apps). An example of what this would look like is the following from fw.json:

"dependencies": {
    "api": "^1.1.1",
    "apps": {
      "gc": "^1.4.14"
  },
}

Of course, in reality, this is something that is already set up in all the apps, and will be set up in any future generated app if you generate a GC-kit app (rather than an FW-kit app), but it is helpful to know still what was done in order to set up this addon.