Skip to content

Commit

Permalink
Updated readme file to include help and live demo info.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Korzel committed Aug 27, 2016
1 parent c014cf7 commit 17a53e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
[**Contributors needed**: I'm looking for people that are willing to help me maintain and improve this plugin.](https://github.com/matik12/aurelia-oauth/issues/1)

---

#### NPM package [aurelia-oauth](https://www.npmjs.com/package/aurelia-oauth)
#### Setup using Google API -> [Live demo](https://matik12.github.io/aurelia-basic-app-skeleton/)

## What is aurelia-oauth plugin?
aurelia-oauth is a plugin for [Aurelia](http://aurelia.io/) to provide support of user authorization using OAuth 2.0 Authorization Framework.
Expand Down Expand Up @@ -36,8 +40,6 @@ typings install github:matik12/aurelia-oauth --save --global

In your Aurelia configuration file(most commonly main file) add the plugin and provide OAuth endpoint configuration :
```js
import 'aurelia-oauth';

export function configure(aurelia: Aurelia) {
aurelia.use
.standardConfiguration()
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aurelia-oauth",
"version": "0.1.2",
"version": "0.1.3",
"description": "Plugin for authentication using OAuth2 and JWT security tokens such as Azure Active Directory or GoogleApi",
"keywords": [
"aurelia",
Expand Down

0 comments on commit 17a53e4

Please sign in to comment.