Getting Started

Ensuring the security of our applications and managing user privileges seamlessly shouldn't be an uphill battle. This guide is your key to a smooth transition from conceptualization to implementation of our Auth Server in just a few simple steps.

Requirements

If you do not know anything about OAuth2, consider familiarizing yourself with the general terminology and features of OAuth2 before continuing.
  • OAuth 2.0 - make sure you understand the OAuth authentication & authorization flow to better manage the application.
  • Laravel - A strong knowledge of the laravel framework.
  • Vue 3 - Basic concept of Vue 3 composition API to develop the frontend.
  • PHP - We will need a php >= 8.0 version to support the Auth server itself. (not a third party apps)