Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@yanivmn
Last active April 21, 2019 08:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanivmn/c1fecb326f73b835758c005c29057542 to your computer and use it in GitHub Desktop.
Save yanivmn/c1fecb326f73b835758c005c29057542 to your computer and use it in GitHub Desktop.
Aerobase Auth configuration example
...
// Add here your aerobase setup infos
let aerobaseConfig: AerobaseConfig = {
url: 'https://example.aerobase.io/auth/',
realm: 'example',
clientId: 'example-client'
};
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment