Explore >> Select a destination


You are here

mikehadlow.blogspot.com
| | dzone.com
10.6 parsecs away

Travel
| | We examine cookie and token-based authentication, advantages of using tokens, and address common questions developers have regarding token-based auth.
| | mazinahmed.net
13.6 parsecs away

Travel
| | Application and Infrastructure Security Engineering
| | www.adamalbrecht.com
7.3 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.
| | csharp.christiannagel.com
75.4 parsecs away

Travel
| In older solutions I've created a service that returns all the different configurations used by different projects in a solution, e.g. URLs to APIs, connection strings, and more. Now with Azure App Configuration a service is offered by Microsoft Azure that makes this easy a lot easier: a service that can be used by your...