@authmaker/scopes-app

Scopes app for authmaker

Usage no npm install needed!

<script type="module">
  import authmakerScopesApp from 'https://cdn.skypack.dev/@authmaker/scopes-app';
</script>

README

authmaker-scopes-app

This app powers the plan choice and subscription aspects of Authmaker. This app is consumed by the core Authmaker server as an NPM repository and is not intended to be run on its own.

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lint:js
  • npm run lint:js -- --fix

Further Reading / Useful Links