simple-redirect/README.md

16 lines
510 B
Markdown
Raw Normal View History

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
To use the deployed 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:41:34 +08:00
Have your activation email redirect a link like below
https://lemeow125.github.io/simple-redirect/#/stude/activation/MUID/12asdSDFGSDTSDFG
2023-07-23 21:25:39 +08:00
2023-07-23 22:41:34 +08:00
This 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:41:34 +08:00
"stude" in the example above must correspond to the name of your mobile app
2023-07-23 21:25:39 +08:00
2023-07-23 22:41:34 +08:00
Powered by Vite, ReactJS, and React Router