Explore >> Select a destination


You are here

blog.pesky.moe
| | www.mathieupassenaud.fr
4.6 parsecs away

Travel
| |
| | janikvonrotz.ch
3.8 parsecs away

Travel
| | Introduction OAuth is an authorization framework that enables applications to obtain limited access to user accounts on an HTTP service. It works by delegating user authentication to the service that hosts the user account, and authorizing third-party applications to access the user account. In our scenario Keycloak acts as the OAuth service and Odoo as the application that delegates the user authentication. In this guide you learn how to configure Odoo and Keycloak to handle an implicit OAuth flow.
| | sandrino.dev
4.6 parsecs away

Travel
| | Insomnia Core is lightweight and simple tool for testing your REST, GraphQL and gRPC services. With native support for OAuth 2.0 it also comes in handy when you're using Auth0 to secure these services.
| | krasimirtsonev.com
25.2 parsecs away

Travel
| Write your own progress indicator with vanilla JavaScript / Many moons ago, I was writing a lot of Flash applications. One thing was typical, and that was a progress indication of something that we were downloading. The loaded bytes of the Flash file (.swf) itself and later of some other resource the application needs. Once I started writing everything in JavaScript, this feature disappeared. In this post, we'll see how to implement it with vanilla JavaScript.