Month: May 2019

Tech Corner Server OAuth2 with Laravel Passport

Server OAuth2 with Laravel Passport

If you have tried to create an OAuth server you will know that it can be quite complex. To simplify this problem, you can use the Laravel’s Passport library, which allows you to set up an Oauth2 server in your application in a simple and very fast way. Assuming you have the basic notions of …

Read Article Read More

Tech Corner Exploring Angular Reactive Module

Exploring Angular Reactive Module

Introduction ———– Forms are probably the most crucial aspect of a enterprise web application. Forms is the component where we get the majority of our rich data input from users. There are two different approaches to build forms in Angular. The first category are the template-driven forms. Using this method, you first create html-input-elements and …

Read Article Read More