Skip to content

Commit

Permalink
v0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sahat committed Sep 19, 2014
1 parent b331209 commit 0f45682
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Build Status](http://img.shields.io/travis/sahat/satellizer.svg?style=flat)](https://travis-ci.org/sahat/satellizer)
[![Code Climate](http://img.shields.io/codeclimate/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
[![Test Coverage](http://img.shields.io/codeclimate/coverage/github/sahat/satellizer.svg?style=flat)](https://codeclimate.com/github/sahat/satellizer)
[![Version](http://img.shields.io/badge/version-0.6.3-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)
[![Version](http://img.shields.io/badge/version-0.6.4-orange.svg?style=flat)](https://www.npmjs.org/package/satellizer)

**:space_invader: Live Demo:** [https://satellizer.herokuapp.com](https://satellizer.herokuapp.com)

Expand Down Expand Up @@ -45,7 +45,7 @@ npm install satellizer --save
or use the CDN:

```html
<script src="//cdn.jsdelivr.net/satellizer/0.6.3/satellizer.min.js"></script>
<script src="//cdn.jsdelivr.net/satellizer/0.6.4/satellizer.min.js"></script>
```

## Usage
Expand Down Expand Up @@ -227,6 +227,14 @@ authentication process works.

**:bulb: Note:** To learn more about JSON Web Token (JWT) visit [JWT.io](http://jwt.io/).

## FAQ

- How do I add a new OAuth provider?
- How to send a token using different HTTP header?
- Can I remap server-side URLs?
- Can I store token in a cookie instead of Local Storage?
- How do I get a current user object?

## Obtaining OAuth Keys

<img src="http://images.google.com/intl/en_ALL/images/srpr/logo6w.png" width="150">
Expand Down Expand Up @@ -265,14 +273,6 @@ authentication process works.
- Check the box **Allow this application to be used to Sign in with Twitter**
- Click **Update this Twitter's applications settings**

## FAQ

- How do I add a new OAuth provider?
- How to send a token using different HTTP header?
- Can I remap server-side URLs?
- Can I store token in a cookie instead of Local Storage?
- How do I get a current user object?

## API Reference

- [`$auth.login(user)`](#authlogin)
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "satellizer",
"version": "0.6.3",
"version": "0.6.4",
"main": "satellizer.js",
"homepage": "https://github.com/sahat/satellizer",
"ignore": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "satellizer",
"description": "Token-based AngularJS Authentication",
"version": "0.6.3",
"version": "0.6.4",
"scripts": {
"start": "node ./examples/server/node/server.js",
"test": "karma start"
Expand Down

0 comments on commit 0f45682

Please sign in to comment.