Started work on OAuth support.

This commit is contained in:
Ylian Saint-Hilaire
2020-05-13 20:49:58 -07:00
parent 63ca7dbbdd
commit 01fbc4346d
42 changed files with 107 additions and 4 deletions

View File

@@ -502,6 +502,7 @@
<Folder Include="typings\globals\node-forge\" />
<Folder Include="typings\globals\nodemailer\" />
<Folder Include="typings\globals\node\" />
<Folder Include="typings\globals\passport\" />
<Folder Include="views\" />
</ItemGroup>
<ItemGroup>
@@ -512,6 +513,7 @@
<TypeScriptCompile Include="typings\globals\node-forge\index.d.ts" />
<TypeScriptCompile Include="typings\globals\nodemailer\index.d.ts" />
<TypeScriptCompile Include="typings\globals\node\index.d.ts" />
<TypeScriptCompile Include="typings\globals\passport\index.d.ts" />
<TypeScriptCompile Include="typings\index.d.ts" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.Common.targets" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />