Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Ability to customize session endpoint (/api/auth/session) #178

@anas-js

Description

@anas-js

Describe the feature

  authJs: {
    verifyClientOnEveryRequest: true,
  },

It is sending a request for a fixed link, and I want to assign it to another link or another place,

For example, accept string:

  authJs: {
    verifyClientOnEveryRequest: 'https://my-app-back.com/api/session'
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions