Skip to content
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

Secure backend socket.io from other applications that can access localhost i.e. browser #1940

Merged
merged 35 commits into from
Nov 9, 2023

Commits on Oct 9, 2023

  1. secure socket IO connection with token and origin, transform token fr…

    …om main.ts to backend and state manager
    Kacper-RF committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    3dbbae3 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. add JWT

    Kacper-RF committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8913c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a02a23e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85f69b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2023

  1. generate random secret

    Kacper-RF committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    7701605 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ade751 View commit details
    Browse the repository at this point in the history
  3. auth tests

    Kacper-RF committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    8276fef View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. WIP: secure sockets mobile

    vinkabuki committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    7f0af19 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. fix:lint

    Kacper-RF committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    22cc0e8 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. Configuration menu
    Copy the full SHA
    c0153f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cb88c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32b564a View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

  1. Configuration menu
    Copy the full SHA
    8f476a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    140801b View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    3eaf916 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9fafbd View commit details
    Browse the repository at this point in the history
  3. Code quality fixes

    vinkabuki committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    bedc2e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

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

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. fix: generating secret

    Kacper-RF committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    2cba36d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8131d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    130469a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    426c52b View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Configuration menu
    Copy the full SHA
    d758341 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96b97db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9caf372 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Configuration menu
    Copy the full SHA
    6107fd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15885fe View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix: check pkijs

    Kacper-RF committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    23bf54d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7444d0a View commit details
    Browse the repository at this point in the history
  3. fix:change order

    Kacper-RF committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    cae556a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcfbeea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c2bbd0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f0ccff7 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. fix: file name

    Kacper-RF committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    6b0e9d9 View commit details
    Browse the repository at this point in the history