Skip to content

Installation Instructions

Preparations

Installation

Install the package

Go to your solutions directory and run the command below from your terminal.

poetry add limepkg-portal-auth

Create the database user

A database user must exist with correct permissions to read and update values for configured login object

Steps

  • Create user in database with name: portal_auth_user
Back to top