From 604316859ef7a0197c9a658e8bae261813304e0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20MIELCAREK?= Date: Mon, 24 Oct 2022 20:20:51 +0200 Subject: [PATCH] Update 'Doc API' --- Doc-API.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Doc-API.md b/Doc-API.md index 0542e37..ab5bcb1 100644 --- a/Doc-API.md +++ b/Doc-API.md @@ -70,6 +70,8 @@ Il existe 2 manieres de faire cela, le ```deep linking``` et le ```app linking`` * [Explication de la difference en app linking et deep linking](https://stackoverflow.com/questions/46169025/android-deep-links-and-app-links-confused) * [Docmentation du plugin utilise](https://pub.dev/packages/uni_links) * [Tuto youtube montrant une implentation](https://www.youtube.com/watch?v=FjCfIeE1-dU) +* [Pour configurer le serveur apache](https://wiki.archlinux.org/title/Apache_HTTP_Server#Installation) +* [Pour utiliser mkcert](https://blog.stephane-robert.info/post/homelab-certificats-https-ssl-mkcert/) ### Notes/etapes d'implementation @@ -78,4 +80,5 @@ Il existe 2 manieres de faire cela, le ```deep linking``` et le ```app linking`` * ajouter l'adresse de notre redirect_uri * Creer une page web * J'ai configure un serveur apache en local - * Comme l'adresse doit etre https et que je travaille en local, j'ai cree un certificat avec mkcert \ No newline at end of file + * Comme l'adresse doit etre https et que je travaille en local, j'ai cree un CA et un certificat avec mkcert + * Je configure mon serveur apache pour autoriser ssl \ No newline at end of file