Skip to content

Commit

Permalink
refactor: remove auth structural directives
Browse files Browse the repository at this point in the history
Using new control flow syntax is preferred over structural directives.

Also removes deprecated auth services that were used by the directives.
  • Loading branch information
jrassa committed Mar 3, 2025
1 parent 6f6d921 commit 0d9d42e
Show file tree
Hide file tree
Showing 16 changed files with 2 additions and 557 deletions.
180 changes: 0 additions & 180 deletions src/app/core/auth/authorization.service.spec.ts

This file was deleted.

48 changes: 0 additions & 48 deletions src/app/core/auth/authorization.service.ts

This file was deleted.

40 changes: 0 additions & 40 deletions src/app/core/auth/directives/has-every-role.directive.ts

This file was deleted.

39 changes: 0 additions & 39 deletions src/app/core/auth/directives/has-role.directive.ts

This file was deleted.

40 changes: 0 additions & 40 deletions src/app/core/auth/directives/has-some-roles.directive.ts

This file was deleted.

46 changes: 0 additions & 46 deletions src/app/core/auth/directives/is-authenticated.directive.ts

This file was deleted.

Loading

0 comments on commit 0d9d42e

Please sign in to comment.