diff --git a/_posts/Bridges.md b/_posts/Bridges.md index 9f1f7a0..9fc758a 100644 --- a/_posts/Bridges.md +++ b/_posts/Bridges.md @@ -12,14 +12,14 @@ ogImage: Before now RelaySMS required online setup processes, including account creation and saving platforms. RelaySMS Bridges breaks these barriers. With Bridges, you can start using the app immediately, without needing to sign up, log in, or save platform credentials. This eliminates the need for an internet connection during critical situations when immediate communication is indispensable. -### How it Works: +### How it Works When the user chooses to use bridges they receive a one-time code and a special phrase via SMS to verify their identity and encrypt their messages. Bridges uses the phone number to create a temporary alias (e.g.,[123456789@relaysms.me](123456789@relaysms.me)) which will be used to send messages. -![Bridges1](/posts/Bridges1.png) + RelaySMS Bridges prioritize security. The one-time code verifies your number, and the special phrase creates an encrypted connection for your messages. Users are required to paste the entire authentication message to ensure the process is completed successfully. diff --git a/package.json b/package.json index d9974ed..9124bde 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,7 @@ "react": "^18.3.1", "react-dom": "^18.3.1", "react-icons": "^5.3.0", + "react-markdown": "^9.0.1", "remark": "^15.0.1", "remark-html": "^16.0.1" },