emrah
9fd6a6c822
fix(auth_token): check params before getting its property
2024-10-17 06:27:37 -05:00
damencho
a50d6dc0f4
feat(jwt): Adds some more logs around expiration.
2024-10-10 14:16:37 -05:00
damencho
efd2db70ca
feat(jwt): Adds more logs when jwt is expired.
2024-06-07 09:05:01 -05:00
Aaron van Meerten
e90b270b32
feat: allow client JWT in Authorization header ( #14724 )
...
* feat: allow client JWT in Authorization header
* cleaner check for initial header
* better comment for the reason for sub(8
* allow query value to override authorization header
2024-05-07 13:59:35 -05:00
damencho
e1ac7d1609
feat: Adds stats around token validation.
2024-02-15 07:13:12 -06:00
Дамян Минков
bae77f21f8
feat: Adds event for parsed jwt and check for required token.context ( #13973 )
...
* squash: Remove tabs.
* feat: Adds a check for context required in jwt.
* feat: Adds an event to notify for parsed jwt.
2023-10-20 08:50:38 -05:00
damencho
e169979bab
fix: Fix logs to use module logger.
...
When using log in the log file is printed 'general' instead of the module that logs it.
2023-04-19 08:55:58 -05:00
emrah
46f1cb7b4b
feat(ci) add luacheck
2023-01-24 14:58:43 +01:00
luzpaz
c7f96de787
fix(misc) fix typos
...
Found via `codespell -q 3 -S ./lang -L miliseconds`
2022-07-14 09:10:08 +02:00
alexbratu92
0c187f180f
call module that checks the jwt against the access service
2021-10-04 14:11:54 -05:00
damencho
7396db71fd
feat: jitsi_session: extracts URL parameters from BOSH or WS into session
...
Co-authored-by: Saúl Ibarra Corretgé <saghul@jitsi.org >
2021-05-13 06:29:42 -05:00
Andrei Bora
b765adca75
Solve review issues and add retries for http call
2020-08-19 17:11:18 +03:00
Andrei Bora
92e6cf7618
Add pre and post validation for users that want to use their own public keys
2020-08-19 16:50:24 +03:00
Дамян Минков
a4ca247056
Lobby required displayname ( #7197 )
...
* ref: Rename jitsi_bosh_query_room to jitsi_web_query_room.
This is no longer bosh only and is available for both bosh and websocket sessions.
* feat: Adds feature to disco-info indicating that display name is required.
* feat: Adds option to disable checking whether display name is required.
* ref: Clears auth_token when verification fails.
* squash: Fixing comments.
* squash: Updates to latest lib-jitsi-meet.
2020-06-30 08:15:08 -05:00
Дамян Минков
ffdd4f2eed
debian: updates around coturn package and order of install ( #5729 )
...
* debian: Update coturn udp port to non-privileged one.
* debian: Turnserver config requires jitsi-meet-web-config files.
* doc: Updates doc, removing `--no-install-recommends`.
* debian: Moves checks and configs to default to prosody 0.11.
* debian: Disable room locking on internal muc.
* add scripts for deploying coturn with certbot
* turnserver: Removes unused variable showing error.
* debian: updates let's encrypt and coturn scripts.
* debian: Detect failure to retrieve external ip address.
* debian: Always configure turn when the turnserver package is installed.
Co-authored-by: Julien Fastré <julien.fastre@champs-libres.coop >
2020-04-08 13:06:49 -05:00
paweldomas
4dc10e82f1
feat(mod_auth_token): add support for 'previd' query param
...
The 'previd' query parameter will be use to match user id of the session
being resumed when the smacks module and token authentication are
enabled in Prosody. Otherwise user gets new random id every time and
this doesn't work with the smacks module.
2020-03-11 06:56:40 -07:00
Pedro Henrique Linhares
1b6c5a7141
Set SASL username when using anonymous mechanism with auth_token ( #5025 )
2020-01-30 00:25:15 +00:00
Aaron van Meerten
5d86d202bd
initial session for bosh and websockets ( #5006 )
...
* hook on websocket events
* initial session for bosh and websockets
2020-01-24 14:59:29 +00:00
Aaron van Meerten
8d1d573266
updates bosh to support optional prefix
...
use optional prefix in poltergeist room lookup
2019-05-16 14:23:36 -05:00
damencho
98111c3593
On token verification failure return error, reason and stop processing.
...
This was broken with commit c1fb1a7def , which splits the result in order to print the error reason and in case of error was not returning the error and the message to prosody internals.
2017-10-26 14:01:21 -05:00
damencho
c1fb1a7def
Installs required basexx when token package is installed. Fixes #1870 .
...
Adds some debug messages when token verification fails for some reason.
2017-08-08 23:13:25 +03:00
damencho
cc79b073f0
Fires event before setting username, allows listeners to override it.
...
This is a hook to override the username that will be used when authenticating token users (which are using anonymous login with auto-generated username).
2017-07-14 22:12:56 -05:00
damencho
599d84a889
Stores the room name from the bosh url into the session.
2017-07-14 22:08:41 -05:00
damencho
88a58a057e
Removes not needed parameter token in process_and_verify_token.
2017-05-08 11:23:13 -05:00
damencho
82b27b45fe
Moves token related code into util so it can be reused.
2017-05-08 11:23:13 -05:00
Saúl Ibarra Corretgé
b01ad360da
Move miscellaneous files to resources
2017-02-23 10:01:19 +01:00