gtls/loginstory

[]

Maintainers

Package info

github.com/GTLSlb/Composer_Libraries

pkg:composer/gtls/loginstory

Statistics

Installs: 604

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.3 2026-02-19 11:03 UTC

This package is auto-updated.

Last update: 2026-02-19 11:04:34 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