Overview about OAuth 2.0

OAuth (Open Authorization) 2.0 is a standard that defines how third-party applications can access user information and resources related to this user in another application. It makes it possible for third-party applications to access resources without knowing the credentials of the user who owns those… Read More

Install RabbitMQ on macOS

Installing RabbitMQ on macOS is much simpler than on Window, you don’t need to install Erlang because RabbitMQ’s installation file already includes Erlang runtime. To install RabbitMQ on macOS, just go to the address: https://www.rabbitmq.com/download.html, download the Standalone installer version for macOS, extract it, then… Read More