diff --git a/subjects/forum/authentication.audit.en.md b/subjects/forum/authentication.audit.en.md index 0858444b2..76b0ce923 100644 --- a/subjects/forum/authentication.audit.en.md +++ b/subjects/forum/authentication.audit.en.md @@ -1,21 +1,27 @@ #### Functional ##### Try to login with Github. + ###### Is it possible to enter the forum? ##### Try to login with Google. + ###### Is it possible to enter the forum? ##### Try login with Github or Google, creating a post with that user and logout. + ###### Is the post created visible? ##### Try to login with the user you created. + ###### Can you login and have all the rights of a registered user? ##### Try creating an account twice with the same credential. + ###### Does it present an error? ##### Try to enter your account with no email, password or with errors in any of them. + ###### Does it present an error and an error message? ###### Is it asked in the register for an email and a password? @@ -27,9 +33,11 @@ #### Basic ###### +Does the project run quickly and effectively (favoring of recursive, no unnecessary data requests, etc.)? + ###### +Does the code obey the [good practices](https://github.com/01-edu/public/blob/master/subjects/good-practices.en.md)? #### Social ###### +Did you learn anything from this project? + ###### +Would you recommend/nominate this program as an example for the rest of the school? diff --git a/subjects/forum/authentication.en.md b/subjects/forum/authentication.en.md index 5f5b7d4d3..7275e2e30 100644 --- a/subjects/forum/authentication.en.md +++ b/subjects/forum/authentication.en.md @@ -2,7 +2,7 @@ ### Objectives -The goal of this project is to implement, into your forum, new ways of authentication. You have to be able to register and to login using at least Google and Github authentification tools. +The goal of this project is to implement, into your forum, new ways of authentication. You have to be able to register and to login using at least Google and Github authentication tools. Some examples of authentication ways are: