Best Integrated Service for Validating User Credentials Without Creating New Login Session

I’m currently working on a project where I need to validate a user’s credentials without creating a new login session, similar to how it’s done in the Identity framework using UserManager.CheckPassword(user, Password.Text);. I’m looking for recommendations on integrated services or methods to achieve this.

Does anyone have suggestions or know of any available methods or services that can help with this specific requirement? Your insights and expertise would be greatly appreciated!

Litium version: [7]

Are you able to use ValidateComplexity on Litium.Security.PasswordService to validate the password complexity. That is the same service that are used as standard in Litium to handle passwords.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.