From 0b819d9533880bbd14aa7eec7e4fd0cbe284ea51 Mon Sep 17 00:00:00 2001 From: rhytthm17 <88732120+rhytthm17@users.noreply.github.com> Date: Thu, 2 Sep 2021 14:37:36 +0530 Subject: [PATCH 1/2] Create Readme.md --- Readme.md | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 Readme.md diff --git a/Readme.md b/Readme.md new file mode 100644 index 0000000..8a31fa3 --- /dev/null +++ b/Readme.md @@ -0,0 +1,39 @@ +# SAWO HTML +The HyperText Markup Language or HTML is the standard markup language for documents designed to be displayed in a web browser. +# Let's Get your HTML running with SAWO + +## Steps +1.To use SAWO Login you would need an API key which can be obtained by creating a project in the [sawo dashboard](https://dev.sawolabs.com/) + +2.Once you create your project, you would need to set your project name and hostname. + +3.Copy the API key from the project and keep it safe and secure. + +4.On your source, create a container for sawo component inside body tag +``` +
+``` + +5.Add the snippet at bottom of source inside body tag +``` + + +``` +6.Once the SAWO SDK is successfully set up, a login form will be rendered in the provided container + +# It's okay, we get it! You got Stuck!😞 Feel free to contact us on #ask-for-help on our [Discord](https://discord.com/invite/TpnCfMUE5P) From cac5af5ffea190563b50298baafeae5e99b029f2 Mon Sep 17 00:00:00 2001 From: rhytthm17 <88732120+rhytthm17@users.noreply.github.com> Date: Mon, 6 Sep 2021 19:01:09 +0530 Subject: [PATCH 2/2] Update Readme.md updating readme changes --- Readme.md | 27 +-------------------------- 1 file changed, 1 insertion(+), 26 deletions(-) diff --git a/Readme.md b/Readme.md index 8a31fa3..7ac6aa2 100644 --- a/Readme.md +++ b/Readme.md @@ -9,31 +9,6 @@ The HyperText Markup Language or HTML is the standard markup language for docume 3.Copy the API key from the project and keep it safe and secure. -4.On your source, create a container for sawo component inside body tag -``` -
-``` - -5.Add the snippet at bottom of source inside body tag -``` - - -``` -6.Once the SAWO SDK is successfully set up, a login form will be rendered in the provided container +4.Once the SAWO SDK is successfully set up, a login form will be rendered in the provided container # It's okay, we get it! You got Stuck!😞 Feel free to contact us on #ask-for-help on our [Discord](https://discord.com/invite/TpnCfMUE5P)