Initial auth module library

This commit is contained in:
Andras Popovics
2023-01-26 19:31:17 +01:00
parent 763597c6fb
commit a3ce71ac0e
24 changed files with 599 additions and 67 deletions

View File

@@ -22,5 +22,6 @@
export const environment = {
production: false,
e2e: false
e2e: false,
oidc: false
};