Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify AuthenticateInfo type in access controller #207

Open
davidzlu opened this issue Nov 28, 2024 · 0 comments
Open

Verify AuthenticateInfo type in access controller #207

davidzlu opened this issue Nov 28, 2024 · 0 comments
Labels
cleanup Involves code cleanup and linting

Comments

@davidzlu
Copy link
Collaborator

It's not clear what type the info argument should be in passport.authenticate(). Investigate and see if AuthenticateInfo can be improved.

  type AuthenticateInfo = {
    message: string;
  };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cleanup Involves code cleanup and linting
Projects
None yet
Development

No branches or pull requests

1 participant