Commit 2222c29
Fix: Azure Key Vault Issue (#13)
* Feature/profile attendee (#7)
* chore(db): initialize flyway and base schema
* feat(db): add audit base table
* feat(db): add audit functions
* feat(db): enable audit triggers
* chore(db): rename flyway migration versions
* fix(db): fix audit trigger migration
* feat(auth): implement jwt authentication, registration and global error handling
* feat: add AuditoriaContextFilter
* chore: migrate database schema and backend to English
* refactor(auth): replace emailVerified with verificationStatus and update register flow
* feat(auth): support country code and generate E.164 phone on user registration
* feat(db): add city_slug to cities with unique constraint per country
* feat(auth): register and login using user identity and attendee profile
* chore: AuthController in folder V1
* refactor(auth,user,attendee): move phone fields to attendee profile, remove profile image from users, align register request and validation
* chore(config): harden application properties for stage environment
* refactor(db): Add migration to remove old cities and insert Peruvian departments
* feat(attendee): add update profile attendee (#9)
* Fix/attendee patch response message (#10)
* fix(profile_attendee): handle duplicate phone number error and update response format
* refactor(db): unify ids to bigint
* refactor(db): unify ids to bigint
* refactor(attendee_profile): response update profile in controller
* Feature/email verification (#11)
* email-verification done
* fix: ignore .env file and remove from tracking
* fix: azure-mail-service structure
* refactor: azure mail service only
* refactor: properties
* refactor: comments in properties
* fix: all profiles properties
---------
Co-authored-by: JuanCarlos <jcgpalacios1@gmail.com>
* fix: azure key vault endpoint
* fix: spacing in a migration
* fix: environment variables
* fix: disable azure key vault
* chore: application-stage and prod
---------
Co-authored-by: Gabriel Lopez <i202332157@cibertec.edu.pe>
Co-authored-by: JuanCarlos <jcgpalacios1@gmail.com>1 parent 8e88fda commit 2222c29
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments