-
Notifications
You must be signed in to change notification settings - Fork 9
feat: Protect home page with Angular Guards #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
mcruzdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks again @matheusandre1, for your great effort and collaboration.
I left an important comment.
timeless-api/src/main/webui/src/app/guards/auth_guard.component.ts
Outdated
Show resolved
Hide resolved
* feat: Editing Data Personal * feat: Modifying the user profile update and recovery API with the corresponding service.
…ev#147) Bumps [postcss](https://github.com/postcss/postcss) from 8.5.3 to 8.5.6. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.5.3...8.5.6) --- updated-dependencies: - dependency-name: postcss dependency-version: 8.5.6 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
…cruzdev#166) Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 10.4.22 to 10.4.23. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md) - [Commits](postcss/autoprefixer@10.4.22...10.4.23) --- updated-dependencies: - dependency-name: autoprefixer dependency-version: 10.4.23 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
|
lol, the build failed, but something was missing @mcruzdev, In the pipeline, during the compilation process, you need to add the |
|
cc: @mcruzdev , In this case, it would only be a push. |
|
Hello @matheusandre1, could you rebase? |
mcruzdev#182) * feat: Add GitHub Actions CI workflow to build and publish Timeless API and WhatsApp bot. * feat: Add GitHub Actions workflow for building and publishing Timeless API and WhatsApp bot. * ci: apply suggestion from @mcruzdev --------- Co-authored-by: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com>
* feat(frontend): adjust user-config buttons Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com> * feat(frontend): disable edit button Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com> * refactor(codestyle): apply codestyle Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com> --------- Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
* fix: allow access only my own data Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com> * fix: fix compilation Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com> --------- Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <matheuscruz.dev@gmail.com>
Signed-off-by: Matheus Cruz <56329339+mcruzdev@users.noreply.github.com>
|
Hi @matheusandre1, we have some changes not related with this PR, could you look it? |
#50
The issue would be that, but it also has something to do with... #36.
We have to see how the problems, when solved, complement each other, because on the back-end SignInResponse has the token, the ID, etc., while on the front-end, it only has the token. In the local storage part, okay, it might work, but there could be some security problem in that part, which I wouldn't know how to identify at the moment.