From 0429762ef4c99bf0cd97070f8201a6b7960cf8a5 Mon Sep 17 00:00:00 2001 From: Gospodin Bodurov <gospodin@bodurov.net> Date: Tue, 27 Aug 2019 09:23:35 +0300 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 372515f..7074766 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The idea behind Vereign mobile app is to provide access to our Dashboard app via WebView and to give ability to 3rd party mobile applications to gain access to our restful-api via Oauth2 protocol. We are using app links to communicate between 3rd Party App, Vereign Auth App and Browser via GET protocol. # Theory -- https://tools.ietf.org/html/rfc8252 (This is best current practice proposed by Google for mobile base authentication) +- https://tools.ietf.org/html/rfc8252 (This is best current practice proposed by Google for mobile based authentication) # Security Concerns -- GitLab