This is an in-world authentication system.
Only the person with the keycard/token/dongle can go through the door, teleport or receive certain object.
Use Cases:
* People who have bought "keycard" can obtain the stuff only X times.
- You can implement this without scripted paying method (llSetPayPrice(), llGiveMoney(), ...)
* People who find hidden "keycard" can receive something. Good for treasure hunting / roleplaying.
* People who have "keycard" can receive product support. Good for supporting transferable products.
This system is composed of three parts.
* Keycard Generator
* Keycard
* Keycard Validation Module
In addition, there are six sample authorization codes.
* Simple Sample ... only show the message
* Rotate door ... open and close door
* Sliding door ... slide door
* Transparent door ... SF scene door
* Teleporter ... teleport to somewhere in same SIM.
* Giver ... sends one object
You can customize the keycard design as you like.
You can also customize the validation/authorization logic to make it work with your own scripts.
Core authentication feature is available as open source code in GitHub.
Make sure to check if it will satisfy your need before purchasing this product.
https://github.com/Makopo/LSLAuthenticator