Explore >> Select a destination


You are here

mikehadlow.blogspot.com
| | www.scottbrady.io
3.0 parsecs away

Travel
| | JWTs get a lot of hate from the crypto community, but what are the alternatives? In this article, I look at implementations such as Branca and PASETO to see how they compare to JWTs.
| | www.adamalbrecht.com
1.1 parsecs away

Travel
| | UPDATE: There have been some changes in the JWT Gem that make some of the below not work exactly right (it'll still be about 90% the same). Specifically, they added expiration support. See my post on the same topic, but using React.js. The server side code in this post will work just as well with Angular.
| | dzone.com
3.2 parsecs away

Travel
| | We examine cookie and token-based authentication, advantages of using tokens, and address common questions developers have regarding token-based auth.
| | www.softacom.com
24.0 parsecs away

Travel
| Learn how to build a fast and scalable .NET Core API using async and await. See code examples including cancellation tokens, parallel requests, and ConfigureAwait optimization.