Update 4] CORS et CSRF authored by Ferret Renaud's avatar Ferret Renaud
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<td align="center">[:one:](/D-Documentation/1%5D-Projet)<br/>Projet</td> <td align="center">[:one:](/D-Documentation/1%5D-Projet)<br/>Projet</td>
<td align="center">[:two:](/D-Documentation/2%5D-API-Rest-et-Swagger)<br/>API Rest - GraphQL</td> <td align="center">[:two:](/D-Documentation/2%5D-API-Rest-et-Swagger)<br/>API Rest - GraphQL</td>
<td align="center">[:three:](/D-Documentation/3%5D-Authentification-et-habilitation)<br/>Authentification - Habilitation</td> <td align="center">[:three:](/D-Documentation/3%5D-Authentification-et-habilitation)<br/>Authentification - Habilitation</td>
<td align="center">:white_check_mark:<br/>CORS</td> <td align="center">:white_check_mark:<br/>CORS et CSRF</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
...@@ -77,7 +77,7 @@ Vous trouverez un exemple dans le calls postman (dossier postman du projet). ...@@ -77,7 +77,7 @@ Vous trouverez un exemple dans le calls postman (dossier postman du projet).
<td align="center">[:one:](/D-Documentation/1%5D-Projet)<br/>Projet</td> <td align="center">[:one:](/D-Documentation/1%5D-Projet)<br/>Projet</td>
<td align="center">[:two:](/D-Documentation/2%5D-API-Rest-et-Swagger)<br/>API Rest - GraphQL</td> <td align="center">[:two:](/D-Documentation/2%5D-API-Rest-et-Swagger)<br/>API Rest - GraphQL</td>
<td align="center">[:three:](/D-Documentation/3%5D-Authentification-et-habilitation)<br/>Authentification - Habilitation</td> <td align="center">[:three:](/D-Documentation/3%5D-Authentification-et-habilitation)<br/>Authentification - Habilitation</td>
<td align="center">:white_check_mark:<br/>CORS</td> <td align="center">:white_check_mark:<br/>CORS et CSRF</td>
<td>&nbsp;</td> <td>&nbsp;</td>
</tr> </tr>
</tbody> </tbody>
... ...
......