Open Web Docs's Avatar

Open Web Docs

@openwebdocs.front-end.social.ap.brid.gy

Open Web Docs supports web platform documentation for the benefit of web developers & designers worldwide. [bridged from https://front-end.social/@openwebdocs on the fediverse by https://fed.brid.gy/ ]

15
Followers
0
Following
30
Posts
02.12.2024
Joined
Posts Following

Latest posts by Open Web Docs @openwebdocs.front-end.social.ap.brid.gy

Original post on front-end.social

We've written a new guide on Session Management!

Once you authenticated your users, you will need to manage their sessions.

This guide walks you through two different architectures for session management (cookies and JWTs) and describes common session attacks to watch out for.

For now, this […]

26.02.2026 17:10 πŸ‘ 0 πŸ” 4 πŸ’¬ 1 πŸ“Œ 0
Original post on front-end.social

We've written a new guide on Session Management!

Once you authenticated your users, you will need to manage their sessions.

This guide walks you through two different architectures for session management (cookies and JWTs) and describes common session attacks to watch out for.

For now, this […]

26.02.2026 17:10 πŸ‘ 0 πŸ” 4 πŸ’¬ 1 πŸ“Œ 0
Preview
Can I WebView… Documentation for WebView capatibilities, limitations and features

Hey @niklasmerz, thank you so much for your kind donation to Open Web Docs! πŸ’œ

It's always a pleasure talking to you about WebViews and figuring out compat data for https://caniwebview.com/

Everyone, join the W3C WebView CG to be part of WebView conversations: https://www.w3.org/groups/cg/webview/

12.02.2026 09:07 πŸ‘ 0 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Preview
Open Web Docs Impact and Transparency Report 2025 Open Web Docs supports web platform documentation for the benefit of web developers & designers worldwide. We are a community of web developers, standards makers, and technology companies that rely on this documentation as critical digital infrastructure, and we work cooperatively to ensure its long-term success and maintenance.

Open Web Docs 2025 Report

We're reflecting on our fifth year of ensuring the long-term health of web platform documentation.

Happy 5-year anniversary to us! 🍰
Thanks to the many individuals and organizations for your support on our journey! πŸ’œ

https://openwebdocs.org/content/reports/2025/

10.02.2026 11:03 πŸ‘ 0 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

Do you delegate web security to security specialists or are you responsible yourself for implementing web security features and practices?

The W3C SWAG CG survey asks this and other questions and we would value your input as we create Web Security documentation […]

04.02.2026 12:23 πŸ‘ 0 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

We've written a new guide on Passkeys!

Passkeys address many of the most serious weaknesses of other authentication methods.

In this guide we will:
- Introduce you to the WebAuthn API
- Go through registration and sign-in flows
- Give an overview of the security properties of passkeys
- […]

29.01.2026 11:51 πŸ‘ 1 πŸ” 7 πŸ’¬ 0 πŸ“Œ 0
Preview
Can I WebView… Documentation for WebView capatibilities, limitations and features

Learning about WebViews at the #FOSDEM Browsers & Web Platform dev room, including the https://caniwebview.com site that (much like CanIUse) tells developers which features are available in which webviews – using BCD data maintained by OpenWebDocs (which was presented earlier by @patrickbrosset).

31.01.2026 11:14 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

We've written a new guide on Passkeys!

Passkeys address many of the most serious weaknesses of other authentication methods.

In this guide we will:
- Introduce you to the WebAuthn API
- Go through registration and sign-in flows
- Give an overview of the security properties of passkeys
- […]

29.01.2026 11:51 πŸ‘ 1 πŸ” 7 πŸ’¬ 0 πŸ“Œ 0

RE: https://mas.to/@patrickbrosset/115695467325719901

In 2025, we systematically collected compat data for 28 browser releases:

Firefox 135 - 147
Chrome 133 - 144
Safari 18.4, 26, 26.2

We're keeping your compat tables up-to-date.

10.12.2025 13:24 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
JavaScript prototype pollution - Security | MDN Prototype pollution is a vulnerability where an attacker can add or modify properties on an object's prototype. This means malicious values can unexpectedly appear on objects in your application, often leading to logic errors or additional attacks like cross-site scripting (XSS).

React2Shell reflects a prototype pollution bug.

We recently wrote about how defend against prototype pollution attacks:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/Prototype_pollution

05.12.2025 17:10 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

We've written a new guide on one-time password (OTP) authentication.

The article discusses three common implementations for one-time passwords:
E-mail, SMS, and time-based one-time passwords (TOTP).

We recommend TOTP in this comparison. Learn why […]

01.12.2025 10:37 πŸ‘ 0 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Post image

Hanging out with the awesome, hand chiseled, @openwebdocs crew @estelle, @floscholz and Will Bamberg at @w3c #TPAC in Kobe!

13.11.2025 09:14 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

We're creating a new series of articles about Authentication.

Our first new guide is about classic passwords -- the original method to authenticate and still the most common on the web. A refresher about password attacks, defenses and best practices […]

04.11.2025 11:49 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
JavaScript prototype pollution - Security | MDN Prototype pollution is a vulnerability where an attacker can add or modify properties on an object's prototype. This means malicious values can unexpectedly appear on objects in your application, often leading to logic errors or additional attacks like cross-site scripting (XSS).

We've written a new guide on JavaScript Prototype Pollution and how to defend against it:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/Prototype_pollution

Many thanks to @joshcena, Aaron Shim, and Maurice Dauer for your help and feedback.

20.10.2025 13:55 πŸ‘ 0 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
JavaScript prototype pollution - Security | MDN Prototype pollution is a vulnerability where an attacker can add or modify properties on an object's prototype. This means malicious values can unexpectedly appear on objects in your application, often leading to logic errors or additional attacks like cross-site scripting (XSS).

We've written a new guide on JavaScript Prototype Pollution and how to defend against it:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/Prototype_pollution

Many thanks to @joshcena, Aaron Shim, and Maurice Dauer for your help and feedback.

20.10.2025 13:55 πŸ‘ 0 πŸ” 4 πŸ’¬ 0 πŸ“Œ 0
Supply chain attacks - Security | MDN A software supply chain consists of all the software and tools used to create and maintain a software product. This includes not only the software developed for the product itself but all the software and tools used in its production.

We've written a new guide on Supply Chain Attacks:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/Supply_chain_attacks

Many thanks to the W3C SWAG CG and @ljharb for the reviews and feedback! #websecurity

14.10.2025 08:15 πŸ‘ 0 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Supply chain attacks - Security | MDN A software supply chain consists of all the software and tools used to create and maintain a software product. This includes not only the software developed for the product itself but all the software and tools used in its production.

We've written a new guide on Supply Chain Attacks:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/Supply_chain_attacks

Many thanks to the W3C SWAG CG and @ljharb for the reviews and feedback! #websecurity

14.10.2025 08:15 πŸ‘ 0 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

We're happy to share that @sovtechfund invests in Web Security and Privacy Documentation!

Over the coming year, Open Web Docs will be working on creating and updating Security and Privacy documentation for web developers on @mdn.

Full announcement […]

30.09.2025 12:04 πŸ‘ 8 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

We're happy to share that @sovtechfund invests in Web Security and Privacy Documentation!

Over the coming year, Open Web Docs will be working on creating and updating Security and Privacy documentation for web developers on @mdn.

Full announcement […]

30.09.2025 12:04 πŸ‘ 8 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Preview
Frederik Braun οΏ½ (@freddy@security.plumbing) 3.51K Posts, 566 Following, 1.34K Followers Β· πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Dad // πŸ‘¨β€πŸ’»πŸ›‘οΈπŸ¦Š Security Engineer & Manager for Mozilla Firefox // β›ΊπŸš΄ Cyclist // πŸ‘¨β€πŸŽ“πŸ‘¨β€πŸ« co-founded CTF team fluxfingers in '07. // opinions are my own and I do not speak for my employer.

We've written a new guide on XS-Leaks:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/XS-Leaks

Many thanks to @freddy, Hamish Willee, @MartinaKraus11, and @terjanq for your reviews and collaboration. #websecurity

14.05.2025 14:04 πŸ‘ 0 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Frederik Braun οΏ½ (@freddy@security.plumbing) 3.51K Posts, 566 Following, 1.34K Followers Β· πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Dad // πŸ‘¨β€πŸ’»πŸ›‘οΈπŸ¦Š Security Engineer & Manager for Mozilla Firefox // β›ΊπŸš΄ Cyclist // πŸ‘¨β€πŸŽ“πŸ‘¨β€πŸ« co-founded CTF team fluxfingers in '07. // opinions are my own and I do not speak for my employer.

We've written a new guide on XS-Leaks:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/XS-Leaks

Many thanks to @freddy, Hamish Willee, @MartinaKraus11, and @terjanq for your reviews and collaboration. #websecurity

14.05.2025 14:04 πŸ‘ 0 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Launching the W3C Docs Community Group Open Web Docs supports web platform documentation for the benefit of web developers & designers worldwide. We are a community of web developers, standards makers, and technology companies that rely on this documentation as critical digital infrastructure, and we work cooperatively to ensure its long-term success and maintenance.

Launching the W3C Docs Community Group

https://openwebdocs.org/content/posts/w3c-docs-cg/

22.04.2025 12:10 πŸ‘ 1 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Preview
Barry Pollard (@tunetheweb@webperf.social) 637 Posts, 226 Following, 770 Followers Β· Web Performance Developer Advocate for Google Chrome helping to make the web go faster! All opinions my own.

Reducing the transport size of HTTP responses with a compression dictionary.

New MDN article written by @tunetheweb and reviewed by Will Bamberg.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Guides/Compression_dictionary_transport

02.04.2025 10:18 πŸ‘ 0 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

W3C Docs CG

As presented at the W3C Breakouts Day last week, we're considering launching a W3C Documentation Community Group. A place for technical writers, specification authors, and web developers to meet and discuss docs with the goal of providing a better understanding of web technologies […]

01.04.2025 10:48 πŸ‘ 0 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Preview
Igalia (@igalia@floss.social) 597 Posts, 48 Following, 1.81K Followers Β· Igalia is an open source consultancy specialized in the development of innovative projects and solutions with desktop, mobile, and web technologies.

Thank you @igalia for renewing your Open Web Docs membership and sponsoring us again in 2025! πŸ’œ

Igalia has been sponsoring OWD for the 5th time already! Sustainable funding allows us to maintain documentation in the long-term.

31.03.2025 10:21 πŸ‘ 2 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Frederik Braun οΏ½ (@freddy@security.plumbing) 3.34K Posts, 562 Following, 1.31K Followers Β· πŸ‘¨β€πŸ‘©β€πŸ‘§β€πŸ‘¦ Dad // πŸ‘¨β€πŸ’»πŸ›‘οΈπŸ¦Š Security Engineer & Manager for Mozilla Firefox // β›ΊπŸš΄ Cyclist // πŸ‘¨β€πŸŽ“πŸ‘¨β€πŸ« co-founded CTF team fluxfingers in '07. // opinions are my own and I do not speak for my employer.

We're continuing our journey through attacks and defenses on the web platform.

We've now written new documentation about Cross-Site Request Forgery (CSRF) attacks:

https://developer.mozilla.org/en-US/docs/Web/Security/Attacks/CSRF

Thank you @freddy for the reviews!

27.03.2025 13:45 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Andreu Botella :verified_enby: (@andreu@andreubotella.com) 189 Posts, 46 Following, 130 Followers Β· Browser engineer at @igalia@floss.social, currently working on layout on Chromium (Google Chrome), as well as on interoperability between browsers and server-side JS runtimes as a co-chair of WinterTC. I'm also: - A math/physics/linguistics geek. - Linux guy. - Atheist / secular humanist. - G(r)ay asexual, as well as aromantic. - Non-binary.

Thank you for becoming a monthly OWD supporter on our Open Collective, @andreu πŸ’œ

https://opencollective.com/open-web-docs

27.03.2025 11:24 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

Tomorrow is W3C Breakouts Day! You can join online!

We're leading a session to talk about documentation for web technologies and whether we need a more regular place to discuss in form of a W3C Docs Community Group.

Session link […]

25.03.2025 14:07 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Bloomberg Backs Open Web Docs to Support High-Quality Web Platform Documentation for All

https://www.bloomberg.com/company/stories/bloomberg-backs-open-web-docs/

18.03.2025 14:34 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Original post on front-end.social

We're happy to announce that Bloomberg joins Open Web Docs!

β€œBy supporting OWD, Bloomberg is investing in the long-term sustainability of the open web. We’re ensuring that developers have the tools they need to build, create, and maintain a healthy and accessible web for everyone.” says Alyssa […]

18.03.2025 14:33 πŸ‘ 0 πŸ” 5 πŸ’¬ 1 πŸ“Œ 0