gtls/loginstory

[]

Installs: 482

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gtls/loginstory

v1.0.10 2025-08-01 11:07 UTC

This package is auto-updated.

Last update: 2025-12-08 07:12:50 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