Draft
Conversation
| token_data = jwt.decode( | ||
| access_token, | ||
| algorithms=["HS256"], | ||
| options={"verify_signature": False}, |
Check failure
Code scanning / SonarCloud
JWT should be signed and verified High
| DATABASES = { | ||
| "default": env.db(default="postgresql://tapir:tapir@db:5432/tapir"), | ||
| "default": env.db( | ||
| default=f"postgresql://tapir:tapir@{DB_DOCKER_SERVICE_NAME}:5432/tapir" |
Check failure
Code scanning / SonarCloud
PostgreSQL database passwords should not be disclosed High
…e done. Logic not updated yet.
* feat: allow loading rizoma static files (css / js) * Restore sidebar changes * feat: Login page * feat: Update sidebar design + add admin Shift link * feat: improve Navbar + sidebar * feat: Update sidebar style * feat: Remove unrelevant informations and buttons from Rizoma's user dashboard
… don't get imported.
…ure shifts (if they don't have one already)
… are now in hours instead of days and can be overriden with env vars.
- The event name includes the slot name - The description includes a link to the shift - The location now included
…to "Consumidores"
…m using their ID instead of their email.
* fix: check if members actually belong to a given group before creating them during a sync, or once a day for existing members. * Members that belong to the Consumidores group but are inactive are not deleted anymore but instead paused. * Apply suggestion from @gnunicorn Co-authored-by: Benjamin Kampmann <ben.kampmann@gmail.com> --------- Co-authored-by: Benjamin Kampmann <ben.kampmann@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.