You are here |
mikehadlow.blogspot.com | ||
| | | |
dzone.com
|
|
| | | | We examine cookie and token-based authentication, advantages of using tokens, and address common questions developers have regarding token-based auth. | |
| | | |
mazinahmed.net
|
|
| | | | Application and Infrastructure Security Engineering | |
| | | |
www.adamalbrecht.com
|
|
| | | | 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
|
|
| | 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... |