From 019dbc19d29d121a49e0cfc9e2f6be5e483a0f78 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Wed, 2 Nov 2016 12:09:33 -0700 Subject: [PATCH 1/2] Fix badge link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2624fa..dbd660d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Stormpath Middleware for ASP.NET [![NuGet](https://img.shields.io/nuget/v/Stormpath.AspNet.svg)](https://www.nuget.org/packages/Stormpath.SDK) [![Slack Status](https://talkstormpath.shipit.xyz/badge.svg)](https://talkstormpath.shipit.xyz) +# Stormpath Middleware for ASP.NET [![NuGet](https://img.shields.io/nuget/v/Stormpath.AspNet.svg)](https://www.nuget.org/packages/Stormpath.AspNet) [![Slack Status](https://talkstormpath.shipit.xyz/badge.svg)](https://talkstormpath.shipit.xyz) This library makes it incredibly simple to add user authentication features to your ASP.NET application, such as login, signup, authorization, and social login. [Stormpath](https://stormpath.com) is a User Management API that reduces development time with instant-on, scalable user infrastructure. Stormpath's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application. From d3e6f361092a8a4d184eab066a470d21270668b3 Mon Sep 17 00:00:00 2001 From: Nate Barbettini Date: Wed, 2 Nov 2016 12:12:13 -0700 Subject: [PATCH 2/2] Fix and reorder badges --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dbd660d..171e9c2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Stormpath Middleware for ASP.NET [![NuGet](https://img.shields.io/nuget/v/Stormpath.AspNet.svg)](https://www.nuget.org/packages/Stormpath.AspNet) [![Slack Status](https://talkstormpath.shipit.xyz/badge.svg)](https://talkstormpath.shipit.xyz) +# Stormpath Middleware for ASP.NET [![Slack Status](https://talkstormpath.shipit.xyz/badge.svg)](https://talkstormpath.shipit.xyz) [![NuGet](https://img.shields.io/nuget/v/Stormpath.AspNet.svg)](https://www.nuget.org/packages/Stormpath.AspNet) + This library makes it incredibly simple to add user authentication features to your ASP.NET application, such as login, signup, authorization, and social login. [Stormpath](https://stormpath.com) is a User Management API that reduces development time with instant-on, scalable user infrastructure. Stormpath's intuitive API and expert support make it easy for developers to authenticate, manage and secure users and roles in any application.