Skip to content

Add new Overload for PasswordSignInAsync#7

Merged
neoscie merged 4 commits into
neolution-ch:mainfrom
manni497:main
Aug 5, 2025
Merged

Add new Overload for PasswordSignInAsync#7
neoscie merged 4 commits into
neolution-ch:mainfrom
manni497:main

Conversation

@manni497
Copy link
Copy Markdown
Contributor

@manni497 manni497 commented Aug 5, 2025

No description provided.

@neoscie neoscie requested a review from Copilot August 5, 2025 07:10
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a new overload for the PasswordSignInAsync method that accepts a TUser entity parameter instead of an email string, reducing code duplication by refactoring the existing email-based method to delegate to the new user-based method.

  • Added new PasswordSignInAsync(TUser user, string password) method to the interface and implementation
  • Refactored existing PasswordSignInAsync(string email, string password) to use the new overload
  • Updated changelog to document the new overload

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
ITokenSignInManager.cs Adds interface definition for new user-based PasswordSignInAsync overload
TokenSignManager.cs Implements new overload and refactors existing method to reduce duplication
CHANGELOG.md Documents the addition of the new method overload

Comment thread Neolution.Extensions.Identity.Abstractions/ITokenSignInManager.cs Outdated
@neoscie neoscie merged commit f7f5d0a into neolution-ch:main Aug 5, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants