Search by

gtls / loginstory

gtls-dev

[]

1.1.3 2026-02-19 11:03 UTC

This package is auto-updated.

Last update: 2026-09-19 12:20:01 UTC


README

Login and Logout Story using credentials and Microsoft API

Table of Contents

Login with credentials parameters:

  • URL: URL of the API
  • SessionDomain: Domain of the website
  • Email: Email of the user
  • Password: Password of the user

Logout parameters:

  • URL: URL of the API
  • SessionDomain: Domain of the website
  • CurrentUser: Current user object

logoutWithoutRequest parameters:

  • SessionDomain: Domain of the website
  • CurrentUser: Current user object

Handle Microsoft Callback parameters:

  • URL: URL of the API
  • RedirectRoute: Route to redirect to after login if there is a user in the session

Send Access Token to API parameters:

  • URL: URL of the API
  • socialiteUser: Socialite user object obtained from Microsoft Login