Add play uri for login and register in hydra (#1421)

Signed-off-by: Gregoire Parant <g.parant@thecodingmachine.com>
This commit is contained in:
grégoire parant
2021-09-08 13:39:46 +02:00
committed by GitHub
parent f60678478b
commit 6cf86ec8dc
4 changed files with 15 additions and 8 deletions
+2
View File
@@ -22,3 +22,5 @@ RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule "^[_@]/" "/index.html" [L]
RewriteRule "^register/" "/index.html" [L]
RewriteRule "^login" "/index.html" [L]
RewriteRule "^jwt/" "/index.html" [L]