documentation
parent
0af348db58
commit
a6615ece46
|
@ -1,4 +1,9 @@
|
||||||
|
# Identity Server
|
||||||
|
|
||||||
|
## How To Use 🔧
|
||||||
|
|
||||||
|
## Roadmap 🚧
|
||||||
|
|
||||||
## IdentityServer.Api
|
## IdentityServer.Api
|
||||||
|
|
||||||
⚡️ Store passwords as hash
|
⚡️ Store passwords as hash
|
|
@ -14,10 +14,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
||||||
.gitignore = .gitignore
|
.gitignore = .gitignore
|
||||||
dependencies.props = dependencies.props
|
dependencies.props = dependencies.props
|
||||||
Directory.Build.props = Directory.Build.props
|
Directory.Build.props = Directory.Build.props
|
||||||
|
Documentation.md = Documentation.md
|
||||||
Notes.txt = Notes.txt
|
Notes.txt = Notes.txt
|
||||||
NuGet.config = NuGet.config
|
NuGet.config = NuGet.config
|
||||||
ReleaseNotes.xml = ReleaseNotes.xml
|
ReleaseNotes.xml = ReleaseNotes.xml
|
||||||
Roadmap.md = Roadmap.md
|
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Application", "IdentityServer.Application\IdentityServer.Application.csproj", "{6556D255-AF22-478E-A71A-BE37C16D5EE4}"
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Application", "IdentityServer.Application\IdentityServer.Application.csproj", "{6556D255-AF22-478E-A71A-BE37C16D5EE4}"
|
||||||
|
|
Loading…
Reference in New Issue