Skip to content

Commit 2790339

Browse files
updated Readme
1 parent d777a62 commit 2790339

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,25 @@
1+
![Seneca](http://senecajs.org/files/assets/seneca-logo.png)
2+
13
auth-redirect
24
========================
35

4-
[Seneca](http://senecajs.org) internal module for auth redirect.
6+
[![npm version][npm-badge]][npm-url]
7+
[![Dependency Status][david-badge]][david-url]
8+
[![Gitter chat][gitter-badge]][gitter-url]
9+
10+
Lead Maintainer: [Mircea Alexandru](https://github.com/mirceaalexandru)
511

6-
This module is used by [seneca-auth](https://www.npmjs.com/package/seneca-auth)
12+
[Seneca](http://senecajs.org) internal module for auth redirect. This module is used by [seneca-auth](https://www.npmjs.com/package/seneca-auth)
713

814
For a gentle introduction to Seneca itself, see the [senecajs.org](http://senecajs.org) site.
915

1016
## Setup
1117

1218
No setup is required, this module is loaded by default by the [seneca-auth](https://www.npmjs.com/package/seneca-auth).
1319

20+
[npm-badge]: https://badge.fury.io/js/auth-redirect.svg
21+
[npm-url]: https://badge.fury.io/js/auth-redirect
22+
[david-badge]: https://david-dm.org/senecajs/auth-redirect.svg
23+
[david-url]: https://david-dm.org/senecajs/auth-redirect
24+
[gitter-badge]: https://badges.gitter.im/senecajs/seneca.png
25+
[gitter-url]: https://gitter.im/senecajs/seneca

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "auth-redirect",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"description": "Seneca internal module for auth redirect",
55
"main": "app.js",
66
"scripts": {

0 commit comments

Comments
 (0)