Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wicra/PontConnect-REST-Node
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.0
Choose a base ref
...
head repository: wicra/PontConnect-REST-Node
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.0
Choose a head ref
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on May 2, 2025

  1. feat: implémentation du système d'authentification par JWT

    Ajout d'un système de token JWT pour sécuriser l'authentification des utilisateurs.
    Le token contient l'ID et le type d'utilisateur, avec une durée de validité configurable.
    wicra committed May 2, 2025
    Configuration menu
    Copy the full SHA
    b204e3a View commit details
    Browse the repository at this point in the history
  2. chore: salage des tokens JWT

    wicra committed May 2, 2025
    Configuration menu
    Copy the full SHA
    3f8bf50 View commit details
    Browse the repository at this point in the history
  3. fix: variable

    wicra committed May 2, 2025
    Configuration menu
    Copy the full SHA
    797c09f View commit details
    Browse the repository at this point in the history
  4. fix: bug variable

    wicra committed May 2, 2025
    Configuration menu
    Copy the full SHA
    a7acea6 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2025

  1. Configuration menu
    Copy the full SHA
    c3a0fb5 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2025

  1. feat(auth): Sécurisation des requêtes

    Ajout d'une fonction de vérification de l'utilisateur pour vérifier s'il correspond à la requête.
    wicra committed May 6, 2025
    Configuration menu
    Copy the full SHA
    c8e90d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    105bc0c View commit details
    Browse the repository at this point in the history
Loading