Projekt

Obecné

Profil

Stáhnout (2.51 KB) Statistiky
| Větev: | Tag: | Revize:

# Datum Autor Komentář
a3ae1cab 2021-05-02 15:21 Jakub Hlaváč

Re #8794 - Přidat unit - formulář, endpoint

+ new form for adding unit
+ new endpoint in OpenAPI

87c1bdd1 2021-04-26 12:42 Jakub Hlaváč

Re #8728 - Implemetace autorizace přes nové API endpointy

  • login with nes endpoints
    + getting user info from endpoint
    + defining new endpoints to OpenAPI
32a05165 2021-03-30 21:01 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • admin = 0, group_admin = 1, user = 2
3c274ade 2021-03-30 20:54 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • username 'kiv' = admin
  • others are users
2c5da396 2021-03-30 18:16 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • authGuard and roleGuard final version
    + usage of localStorage for fields
    + loading properties form cookies to state
3db487e2 2021-03-29 21:17 Jakub Hlaváč

Re #8469 - Improvment security - implementace

  • security enhancements
  • usage of session storage
2ddd52c9 2021-03-21 19:54 Jakub Hlaváč

#8366 - Implementace authguardu

+ implementation of guards (not used now)
+ resolving problems with Set-Cookie response from backend

f8b9a3a2 2021-03-21 19:34 Jakub Hlaváč

#8365 - Implementace interceptoru

+ first implementation of interceptor