2023-07-23 22:41:34 +08:00
# A simple web redirect to allow users to open links in-app
2023-07-23 21:25:39 +08:00
2023-07-23 22:41:34 +08:00
# Sample Usage
2023-07-23 21:25:39 +08:00
2023-07-23 22:45:48 +08:00
When a user creates an account, an email is sent which redirects to the link below
https://lemeow125.github.io/simple-redirect/#/redirect/stude/activation/MUID/12asdSDFGSDTSDFG
2023-07-23 21:25:39 +08:00
2023-07-23 22:45:48 +08:00
The link above when clicked will open the "activation" page/screen of our mobile app, pass the UID slug value of "MUID" and activation slug value of "12asdSDFGSDTSDFG"
2023-07-23 21:25:39 +08:00
2023-07-23 22:45:48 +08:00
Do not change the redirect keyword
2023-07-23 22:41:34 +08:00
"stude" in the example above must correspond to the name of your mobile app
2023-07-23 22:45:48 +08:00
"activation" should correspond to the link to your mobile app's screen/page
you can adjust the last two URL slugs/values accordingly
2023-07-23 21:25:39 +08:00
2023-07-23 22:41:34 +08:00
Powered by Vite, ReactJS, and React Router