Skip to content

Extra features

Software Magico edited this page Jun 21, 2024 · 5 revisions

Guest Access

A feature is available to grant secure access to individuals without needing individual accounts. The system can create QR codes for temporary access instead. Users can scan this QR code with their personal mobile devices to temporarily access various features.

Public Access

This feature is designed for significant events where you want to offer attendees the ability to follow a tournament's scores in real-time. Rather than relying on costly and limited big screens in your sports facility, you can generate a unique QR code for your tournament, convert it to PDF, and share it within the tournament area. Anyone can scan this QR code with their mobile phone to keep track of the tournament scores. To do so, simply select the desired tournament and click on the "Generate QR code" option located in the bottom menu of the table.

The access session created for guest users has a predetermined duration set by the jwt.guest.expiration property (in milliseconds), which defaults to 14400000 (four hours). Each time someone scans the QR code, different tokens are produced for individual users.

Guest QR

Please note that this QR code only provides credentials for viewing scores of the chosen tournament. Any attempt to access other parts of the application will direct guests back to the login screen.

Tip: It is possible to revoke guest access by locking the tournament. hen a tournament is locked, guest users are no longer able to access it.

Please be aware that guest credentials are saved in the local storage of the guest's browser. If the guest is using incognito mode or a similar feature, these credentials will be lost upon closing the browser.

Tip: To completely disable guest user access, you can adjust the 'enable.guest.user' property to false.

Competitor Access

Similarly, this feature is meant for internal use within your club, offering very long but temporary access to your members to view their own statistics and fights information by receiving a token. This enables competitors to track their progress without needing to create an account for each member from your club. The duration of the session generated for a participant is determined by the jwt.participant.expiration property, which defaults to 317098000000 milliseconds (equivalent to one year).

Competitors QR

As previously mentioned, these credentials are stored in the local storage of the guest's browser. If they are using incognito mode or a similar feature, these credentials will be lost upon closing the browser.