|
|
@ -145,7 +145,8 @@ namespace Squidex |
|
|
|
|
|
|
|
|
identityApp.UseMyIdentity(); |
|
|
identityApp.UseMyIdentity(); |
|
|
identityApp.UseMyIdentityServer(); |
|
|
identityApp.UseMyIdentityServer(); |
|
|
identityApp.UseAdminRole(); |
|
|
identityApp.UseMyAdminRole(); |
|
|
|
|
|
identityApp.UseMyAdmin(); |
|
|
identityApp.UseMyApiProtection(); |
|
|
identityApp.UseMyApiProtection(); |
|
|
identityApp.UseMyGoogleAuthentication(); |
|
|
identityApp.UseMyGoogleAuthentication(); |
|
|
identityApp.UseMyGithubAuthentication(); |
|
|
identityApp.UseMyGithubAuthentication(); |
|
|
|