Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhishektiwari/axioms-web-js
Axioms Javascript client for web applications including Single Page Applications such as Vue, Angular, and React
https://github.com/abhishektiwari/axioms-web-js
access-control angular axioms iam identity javascript-client oauth2 openidconnect react vue
Last synced: about 4 hours ago
JSON representation
Axioms Javascript client for web applications including Single Page Applications such as Vue, Angular, and React
- Host: GitHub
- URL: https://github.com/abhishektiwari/axioms-web-js
- Owner: abhishektiwari
- License: mit
- Created: 2019-12-31T01:24:22.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T05:33:56.000Z (over 1 year ago)
- Last Synced: 2024-04-25T17:43:22.896Z (7 months ago)
- Topics: access-control, angular, axioms, iam, identity, javascript-client, oauth2, openidconnect, react, vue
- Language: JavaScript
- Size: 1.35 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# web-js ![NPM](https://img.shields.io/npm/v/@axioms/web-js?style=flat-square)
Add [Axioms](https://axioms.io) authentication and authorization to your single page applications (SPAs) such as Vue, Angular, React, etc. using our `web-js` SDK.`web-js` is JavaScript/TypeScript based SDK which you can integrated in your single page applications in just a few steps.
## Prerequisite
1. Create an account with [Axioms](https://axioms.io). Login to your account and [create](https://developer.axioms.io/docs/getting-started/tenant/index) your first `Tenent`.
2. [Create](https://developer.axioms.io/docs/getting-started/client/index) your first `Client` with application type as `Single Page Application`.## Install SDK
Install `web-js` to your web app.```
npm i @axioms/web-js
```## Documentation
See [documentation](https://developer.axioms.io/docs/sdks-samples/use-with-spas/web-js) for `web-js`.
# Samples
To learn more download following samples for from our Github repository. In less than 10 minutes you can deploy any of our sample to Netlify.* [Vue Sample](https://github.com/axioms-io/sample-vuejs)
* [React Sample](https://github.com/axioms-io/sample-react)
* [Angular Sample](https://github.com/axioms-io/sample-angular)