sahat / satellizer

Token-based AngularJS Authentication
https://satellizer-sahat.rhcloud.com
MIT License
7.85k stars 1.13k forks source link

c# webapi is officialy supported ? #219

Closed JanickRoss closed 8 years ago

JanickRoss commented 9 years ago

c# webapi is officialy supported ? Or not finished ?

sahat commented 9 years ago

Not yet, and I have decided to use ASP.NET vNext (v5 I believe it is now called).

niemyjski commented 9 years ago

I implemented it in web api (latest) in our oss project here: https://github.com/exceptionless/Exceptionless/blob/master/Source/Api/Controllers/AuthController.cs

NOTE: I had to use a JObject on some of my controller actions because I have a custom json serializer and I need to resolve a bug (a TODO) where multiple word properties weren't being deserialized...

If you have any feedback or find any bugs it would be greatly appreciated..

hasanaydogar commented 9 years ago

My I use satellizer with v5 now? Is there any sample for angular client with .net web api server side? Thanks

niemyjski commented 9 years ago

@hasanaydogar I have a fully working and deployed solution using angular, satellizer and C#.

Please see:

  1. https://github.com/exceptionless/Exceptionless/blob/master/Source/Api/Controllers/AuthController.cs
  2. https://github.com/exceptionless/Exceptionless.ui
hasanaydogar commented 9 years ago

Thanks.

carl09 commented 9 years ago

Hi, i started trying to write a simple demo for this in web api 2 using owin and JWT, any feedback would be good https://github.com/carl09/satellizer/tree/master/examples/server/c%23-webapi2

Thanks Carl

sahat commented 8 years ago

Closing this issue. Will use another issue to track the progress of C# api example.