@digitalpersona/services
Version:
DigitalPersona Web Access Services
44 lines (27 loc) • 526 B
Markdown
layout: default
title: Tutorial
has_toc: false
nav_order: 2
{% include header.html %}
# Tutorial
## Getting started
### Add the package to your project
Using NPM:
```
npm install {{site.data.lib.package}}
```
Using Yarn:
```
yarn add {{site.data.lib.package}}
```
### Write some code
### Bundle you project
## Using Components
### Common components
### Authentication Service
### Claims Service
### Policies Service
### Enrollment Service
### Secrets Service