split maxkey-authentication-provider

This commit is contained in:
MaxKey
2022-08-03 21:46:22 +08:00
parent 7819373af7
commit 8954f7f891
67 changed files with 301 additions and 193 deletions

View File

@@ -14,8 +14,8 @@ package org.maxkey.authz.oauth2.provider;
import java.util.ArrayList;
import org.maxkey.authn.AbstractAuthenticationProvider;
import org.maxkey.authn.SignPrincipal;
import org.maxkey.authn.provider.AbstractAuthenticationProvider;
import org.maxkey.authn.session.Session;
import org.maxkey.entity.UserInfo;
import org.maxkey.persistence.repository.LoginRepository;