Explore >> Select a destination


You are here

blog.fmpwizard.com
| | brunoscheufler.com
3.4 parsecs away

Travel
| | JSON Web Tokens are a popular way of managing authorization and authentication policies for web applications. Sending around a base64-encoded token that can be verified by every service using it, enables uncomplicated (and stateless) application design compared to other mechanisms....
| | darrenparkinson.uk
3.5 parsecs away

Travel
| | Using the Cisco Webex Meetings XML APIs
| | gist.github.com
4.2 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | keithbabinec.com
18.2 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...