Skip to content

Commit

Permalink
fix: restore Angular sample project functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
kherock committed Sep 27, 2021
1 parent b83cd6f commit 2a4b2b5
Show file tree
Hide file tree
Showing 43 changed files with 15,769 additions and 26,282 deletions.
48 changes: 26 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
[![Stable Release](https://img.shields.io/npm/v/oidc-client-ts.svg)](https://npm.im/oidc-client-ts)
![Pipeline](https://github.com/pamapa/oidc-client-ts/workflows/Release/badge.svg)


Library to provide OpenID Connect (OIDC) and OAuth2 protocol support for client-side, browser-based JavaScript client
applications. Also included is support for user session and access token management.

Expand All @@ -14,56 +13,61 @@ have an effect on the API.

**Contributions and help is much appreciated!**


## Table of Contents
- [Documentation](#documentation)
- [Installation](#installation)
- [Building the Source](#building-the-source)
- [Contributing](#contributing)
- [License](#license)

- [Documentation](#documentation)
- [Installation](#installation)
- [Building the Source](#building-the-source)
- [Contributing](#contributing)
- [License](#license)

## Documentation

Some initial docs are [here](https://github.com/IdentityModel/oidc-client-js/wiki).


## Installation

Using [npm](https://npmjs.org/)

```bash
npm install oidc-client-ts
```console
$ npm install oidc-client-ts
```


## Building the Source

```bash
git clone https://github.com/pamapa/oidc-client-ts.git
cd oidc-client-ts
npm install
npm run build
```console
$ git clone https://github.com/pamapa/oidc-client-ts.git
$ cd oidc-client-ts
$ npm install
$ npm run build
```

### Running the Sample

```bash
npm run parcel:run
**Parcel project**

```console
$ npm run -w parcel-sample start
```

**Angular app**

```console
$ npm run -w angular-sample start
```

and then browse to [http://localhost:1234](http://localhost:1234).

### Running the Tests

```bash
npm test
```console
$ npm test
```


## Contributing
We appreciate feedback and contribution to this repo!

We appreciate feedback and contribution to this repo!

## License

This project is licensed under the Apache-2.0 license. See the [LICENSE](https://github.com/pamapa/oidc-client-ts/blob/main/LICENSE) file for more info.
Loading

0 comments on commit 2a4b2b5

Please sign in to comment.