Customization on QR Code

Confluence User - 14 Jan, 2025
  1. Would like to ask is that possible to set expiry date for QR Code and make it invalid once pass the expiry date
  2. Possible to do validation on QR code?
forms

4


14 Jan, 2025
confluenceUser
confluenceUser

I currently have similar thing, my strategy is by using JWT token. The QR contains link to some particular web API which has JWT token as URL parameter. You can do the processing of JWT token all inside the target web API.

14 Jan, 2025
confluenceUser
confluenceUser

thanks for the update. Can i know more info about it? any link can be share?

15 Jan, 2025
confluenceUser
confluenceUser

I use JJWT library. JWT is quite common these days, normally is used as authorization token, for example mobile authentication. You can find lots of tutorial available in the internet. 

16 Jan, 2025
confluenceUser
confluenceUser

----

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print