dotnetomaniak.pl - Artykuły z tagiem JWT

When you implement auth in you application you can be addicted to a provider, like facebook, ofice365 or google. It always better to be independent of external contract. How to handle it? How to configure Auth to be independent of provider?

Źródło: codepruner.com
Dziel się z innymi:
How to configure Auth to be independent of provider | CodePruner.com

Architektura 671 dni, 9 godzin, 40 minut temu tazos333 71 źrodło rozwiń

Marcin Hoppe pokazuje jak używać JWT w Asp.Net Core i jak polepszyć jego wydajność 10x. Mało, dużo? Obejrzyj, sprawdź i oceń.

Źródło: www.youtube.com
Dziel się z innymi:
Jak polepszyć wydajność JWT w ASP.NET Core - webinar Dotnetos z Marcinem Hoppe

Sztuka programowania 1336 dni, 11 godzin, 43 minuty temu Scooletz 77 źrodło rozwiń

Token Authentication Management (JWT) in Angular

Tagi: angular, JWT, token
Źródło: fildev.net
Dziel się z innymi:
Token Authentication Management (JWT) in Angular

Web 2029 dni, 9 godzin, 50 minut temu fildev 176 źrodło rozwiń

How to create token in ASP.NET Core

Źródło: fildev.net
Dziel się z innymi:
Create token authentication in ASP.NET Core

Sztuka programowania 2040 dni, 10 godzin, 18 minut temu fildev 137 źrodło rozwiń

Goodbye Razor, Welcome SPA. Zapraszam na cykl artykułów, w których opowiem jak uciec od Razora do Blazzers...znaczy SPA, np Angular. Opowiem też o paru ciekawych narzędziach jak User Secrets i autentykację zapytań Resst za pomocą JWT

Źródło: szymonmotyka.pl
Dziel się z innymi:
Dotnet Core - Goodbye Razor | I Konfiguracja projektu i Oddzielenie warstw - Szymon Motyka

Architektura 2203 dni, 3 godziny, 57 minut temu aluspl 270 źrodło rozwiń

Mój poprzedni post dotyczył uwierzytelniania za pomocą Json Web Token w ASP.Net Core 1.1, jednak niedawno wyszedł .NET Core 2.0 i sposób użycia JWT jest już troszkę inny. Zanim przejdę do opisania tych zmian, najpierw parę słów o .NET Core 2.0. Przede wszystkim nowy .NET Core jest dużo szybszy od swojego poprzednika, teraz jest w stanie obsłużyć aż 20 tysięcy requestów na minutę. Olbrzymim plusem jest również zwiększona ilość dostępnych paczek dostępnych na nuget.org. W nowsz...

Tagi: .Net, JWT
Dziel się z innymi:
Uwierzytelnianie za pomocą JWT – ASP.NET Core 2.0 – Justyna Setlak

Web 2411 dni, 10 godzin, 35 minut temu mkurpinski 291 źrodło rozwiń

Dzisiejszy post dotyczy logowania używającego Json Web Token.  Mechanizm logowania polega na wygenerowaniu niepowtarzalnego tokena, na podstawie którego użytkownik może zostać zidentyfikowany. Następnie, przy innych wykonywanych requestach do API jest weryfikowana poprawność tokena, który otwiera dostęp do pozostałych funkcjonalności danego systemu. Celem jwt jest potwierdzenie, że dane zostały wysłane z prawdziwego, prawidłowego źródła. Skoro już wiadomo, jak przebiega schema...

Tagi: .Net, JWT
Dziel się z innymi:
Authentication in ASP.NET Core with jwt – Justyna Setlak

Web 2428 dni, 11 godzin, 17 minut temu mkurpinski 227 źrodło rozwiń

Recently, I was struggling with the SSO authentication. At first I did pick up JSON Web Token which of course is a legitimate option, however, I was forced to share the secret key between different parties, as I decided to use HMAC. Not so long ago I decided to switch to the RSA instead and I’d like to present you both solutions using ASP.NET Core.

JWT RSA & HMAC + ASP.NET Core | Piotr Gankiewicz

Sztuka programowania 2460 dni, 18 godzin, 14 minut temu spetz 138 źrodło rozwiń

A few days ago I showed you how to combine Nancy with Autofac and ASP.NET Core IoC. Today’s post will be related to the security and more precisely JWT authentication. Before moving further, I’d like to mention that below text is going to be the last Nancy-related one (at least for now). In a next couple weeks, we’ll explore the world of graph databases with Neo4j and .NET Core, so I hope you’re as excited as I do 😉  How does JWT authe...

Źródło: foreverframe.net
Dziel się z innymi:
Nancy meets JWT authentication - Forever F[r]ame

Daj się poznać 2017 2560 dni, 20 godzin, 44 minuty temu dpawlukiewicz 77 źrodło rozwiń

Authentication The topic looks obviously obvious and generally speaking standard user doesn’t care much about the details. He wants to register, login, and make sure that his password is safe. The more you read and learn, the more sophisticated requirements you have for protection, state management on the server and client side, the more things are getting complicated. The problem with authentication is basically about: how does one prove that he is the guy that he’s pretending to be? In the world of w...

Źródło: szumiato.pl
Dziel się z innymi:
JWT vs Session Authentication – Kuba on .NET

Najaktywniejsi w tym miesiącu