<form action="signup.php" method="POST">
<input type="email" name="email" autocomplete="email" nonce="1234">
<input type="hidden" name="token" autocomplete="email-verification">
</form>pnpm add @atproto/dev-env# It seems that handles have to be .test for the dev environment
curl \
--silent \
--show-error \% dig -t txt _atproto.sgo.to | grep did
_atproto.sgo.to. 21600 IN TXT "did=did:plc:bftbdgcbe4zclvpkboe4hleq"
% curl -s "https://plc.directory/did:plc:bftbdgcbe4zclvpkboe4hleq" | jq .
{
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/multikey/v1",This is a list of good starter projects in case browser engineers are looking to get involved with FedCM.
They are intended to be (a) outside of the critical path, (b) self-contained, (c) non-controversial and (d) incremental / adjacent.
These are sorted from least to most risky:
- Small bugs
- Requires little to no coordination outside of the FedCM team
- https://issues.chromium.org/u/1/issues/40846684
- https://issues.chromium.org/u/1/issues/40280145
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <pre class='metadata'> | |
| Title: Federated Credential Management API | |
| Shortname: FedCM | |
| Level: 1 | |
| Status: w3c/CG-DRAFT | |
| Group: fedidcg | |
| ED: https://fedidcg.github.io/FedCM/ | |
| Repository: fedidcg/FedCM | |
| Editor: Sam Goto, Google Inc. https://google.com, goto@google.com |
hello world. what would happen if i included a typogram into a github markdown file? Would github keep its annotation?
+----+
|. |---> hello world!
+----+
Oh, yes, it does! here is what this turns into:
login.php
<html>
try {
const credential = await navigator.credentials.store(new FederatedCredential({
rp: "https://springer.com",
user: {name: "David", picture: "..."}
}));
// do stuff
window.location.href = "https://springer.com/?saml_resonse?" + ...;
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| login.php | |
| ``` | |
| <html> | |
| try { | |
| const credential = await navigator.credentials.store(new FederatedCredential({ | |
| rp: "https://springer.com", | |
| user: {name: "David", picture: "..."} | |
| })); | |
| // do stuff | |
| window.location.href = "https://springer.com/?saml_resonse?" + ...; |
NewerOlder