Skip to content

Commit

Permalink
added keycloak
Browse files Browse the repository at this point in the history
  • Loading branch information
VeniaminBalan committed Oct 29, 2023
1 parent 8765c80 commit a8b2b3e
Show file tree
Hide file tree
Showing 22 changed files with 887 additions and 846 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ COPY --from=build-env /app/out .

COPY docker-entrypoint.sh /usr/bin/docker-entrypoint.sh
RUN chmod +x /usr/bin/docker-entrypoint.sh
ENTRYPOINT ["docker-entrypoint.sh"]
ENTRYPOINT ["docker-entrypoint.sh"]

# Link image with github repo
LABEL org.opencontainers.image.source=https://github.com/dsc-upt/gdsc-backend
127 changes: 0 additions & 127 deletions GdscBackend.Tests/AuthTests.cs

This file was deleted.

120 changes: 0 additions & 120 deletions GdscBackend/Auth/AuthController.cs

This file was deleted.

7 changes: 0 additions & 7 deletions GdscBackend/Auth/LoginResponse.cs

This file was deleted.

12 changes: 0 additions & 12 deletions GdscBackend/Auth/LoginViewModel.cs

This file was deleted.

16 changes: 0 additions & 16 deletions GdscBackend/Auth/RegisterViewModel.cs

This file was deleted.

7 changes: 0 additions & 7 deletions GdscBackend/Auth/Role.cs

This file was deleted.

7 changes: 0 additions & 7 deletions GdscBackend/Auth/User.cs

This file was deleted.

74 changes: 0 additions & 74 deletions GdscBackend/Auth/UserController.cs

This file was deleted.

Loading

0 comments on commit a8b2b3e

Please sign in to comment.