-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve functionnality about authentication on profil page #83
Milestone
Comments
This task is the next implementation of #3 |
mathben
changed the title
Improve functionnality about authentication with cookie
Improve functionnality about authentication on profil page
Mar 11, 2018
See web development security : #74 |
mathben
added a commit
that referenced
this issue
Mar 12, 2018
- eval can execute arbitrary code and the user can modify the cookie - remove cookie management from handlers.py when try to detect loggued user
mathben
added a commit
that referenced
this issue
Mar 12, 2018
- eval can execute arbitrary code and the user can modify the cookie - remove cookie management from handlers.py when try to detect loggued user
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 18, 2018
… cookie - eval can execute arbitrary code and the user can modify the cookie - remove cookie management from handlers.py when try to detect loggued user
#89 |
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 18, 2018
…figuration - auto generate this secret key if not exist.
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 19, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 19, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 19, 2018
- check if get user is the same user - check admin persmission from generic command
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 21, 2018
- check if get user is the same user - check admin permission from generic command
Fix comment from PR : 0f99f54#commitcomment-28224313 Check permission on cert file, need to be only 600, like ssh check. |
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 23, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 24, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
- Replace it with single password
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
- Rename connection button
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
- Replace it with single password
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
…page. - add option to go on subscribe directly by /login?subscribe
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
- Rename connection button - Remove user_password and email_password - Manage only 1 password and no more salt from client
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 26, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 30, 2018
- Rename connection button - Remove user_password and email_password - Manage only 1 password and no more salt from client
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 30, 2018
…ribe form - fetch more information from third-party about the user
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 31, 2018
… form - fetch more information from third-party about the user - add postal_code information
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 31, 2018
- this will block user to access to our character - admin has access in readonly to the character - use disable_login instead of invalid_login
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 31, 2018
- this will block user to access to our character - admin has access in readonly to the character - use disable_login instead of invalid_login
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 31, 2018
- redirect to profile when subscribe and auto-connect
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Mar 31, 2018
- redirect to profile when subscribe and auto-connect
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Apr 1, 2018
…third-party - change menu color item to red for admin button - move all item menu to left, remove right option
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Apr 1, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Apr 1, 2018
…date password - use lower case when store password - show status or error to user when add/update password
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Apr 1, 2018
- show server error when http error - show timeout error - show validation error from client and server side - show loading when send request - disable button when send request - remove request update profile when add password
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Apr 1, 2018
mathben
added a commit
that referenced
this issue
Apr 1, 2018
mathben
added a commit
that referenced
this issue
Apr 1, 2018
mathben
added a commit
to mathben/gestion_personnage_TL
that referenced
this issue
Apr 1, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What to improve :
The text was updated successfully, but these errors were encountered: