Explore >> Select a destination


You are here

brockallen.com
| | www.adamalbrecht.com
12.2 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.
| | mikehadlow.blogspot.com
11.8 parsecs away

Travel
| | I'm working on an exciting new project at the moment. The main UI element is a management console built with AngularJS that communicates wi...
| | keithbabinec.com
10.9 parsecs away

Travel
| | The OAuth 2.0 implicit grant flow is great way to handle authentication between a client JavaScript single page web app (SPA) and a web API. For example: a React or Angular web app that needs to authenticate users and then have those users call an authorized ASP.NET Core Web API. Azure AD and the Microsoft...
| | robkohr.com
69.3 parsecs away

Travel
| So, I am working on this forum software for neverall.com/f. I am working on making right now in solidjs because I feel that is a better platform for development.I have the server all setup in node.js.