imagine an easy to deploy self-hosted identity service, and a browser which supports OIDC natively.
websites could simply signal how to log in automatically via OIDC, and the browser could automatically follow this flow, thus enabling internet-wide single sign-on
If you're a log debugging person (aren't we all? 😅), TIL that Chromiums supports `console.context()`, which allows you to easily filter log messages in a busy JavaScript console.
Create a new logger with `console.context()`, add all your juicy debug messages, and then filter the logs you're interested in. 💯
Kudos to @patrickbrosset for sharing so many DevTools tips over at https://devtoolstips.org/.
Salut, je suis en formation de développeur web/web mobile pour avoir le titre pro et je cherche un stage de mi-mars à fin mai non rémunéré sur #Pau et alentour (même en TT dans toute la france). J'ai de bonnes bases en HTML, CSS/SCSS et js, et y'a mon github sur mon profil ! Si jamais quelqu'un a des pistes ou recrute, faites le moi savoir, je suis dispo pour plus d'infos !
Merci !
BOOST OK
Tips from https://auth0.com/blog/dont-pass-on-the-new-nist-password-guidelines/ blog post.
1. Length of a password is more important than complexity.
2. Avoid frequent password changes, because those can make security worse.
3. Enable “Show Password While Typing”
4. Enable copy-pasting passwords from password manager apps
5. Enable warning/checks for breached/leaked passwords
6. Don't use “Password Hints”
7. Limit login attempts
8. Use Multi-Factor Authentication (MFA)
9. Don't use SMS based verification.