roadmap
parent
3e372bfa19
commit
0af348db58
|
@ -17,6 +17,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
|
|||
Notes.txt = Notes.txt
|
||||
NuGet.config = NuGet.config
|
||||
ReleaseNotes.xml = ReleaseNotes.xml
|
||||
Roadmap.md = Roadmap.md
|
||||
EndProjectSection
|
||||
EndProject
|
||||
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IdentityServer.Application", "IdentityServer.Application\IdentityServer.Application.csproj", "{6556D255-AF22-478E-A71A-BE37C16D5EE4}"
|
||||
|
|
|
@ -54,10 +54,4 @@ docker rename <container_id> identity-server-api
|
|||
#######################################################################################################################################################
|
||||
|
||||
Docker container last version: 1.0.1
|
||||
##############################################################################################
|
||||
|
||||
|
||||
Frontend:
|
||||
- Se vor putea adauga/edita/sterge/inactiva useri
|
||||
- Se vor putea vedea login-urile unui user; se va putea invalida un token activ
|
||||
- Se va putea decoda un token - public, fara auth
|
||||
##############################################################################################
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
## IdentityServer.Api
|
||||
|
||||
⚡️ Store passwords as hash
|
||||
⚡️ Documentatie in fisier .md afisata in frontend - e diferite de release notes
|
||||
|
||||
|
||||
## IdentityServer.Frontend
|
||||
|
||||
⚡️ Se vor putea adauga/edita/sterge/inactiva useri
|
||||
⚡️ Se vor putea vedea login-urile unui user; se va putea invalida un token activ
|
||||
⚡️ Se va putea decoda un token - public, fara auth
|
Loading…
Reference in New Issue