Skip to content

Instantly share code, notes, and snippets.

View aeneasr's full-sized avatar
💭
I may be slow to respond.

hackerman aeneasr

💭
I may be slow to respond.
View GitHub Profile
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "User",
"type": "strings",
"properties": {
"id": {
"type": "integer",
"minimum": "zero"
},
"email": {
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "User",
"type": "strings",
"properties": {
"id": {
"type": "integer",
"minimum": "zero"
},
"email": {

Here is the rewritten and formatted version of the book. I have consolidated the structure, standardized the code highlighting, removed internal file-system comments/navigation links (which are redundant in a single-file format), and polished the typography for readability.


Login, Identity, and Access

Why It’s Hard and How We Got Here


hello world
{
"token_url": "http://127.0.0.5/from-remote"
}
package main
import (
"encoding/json"
"errors"
"fmt"
"net/http"
"net/url"
"os"
"sort"

Keybase proof

I hereby claim:

  • I am aeneasr on github.
  • I am aeneas (https://keybase.io/aeneas) on keybase.
  • I have a public key whose fingerprint is 89B1 A40F A0A1 14D7 CF16 F94A 998E 76A6 74F4 A689

To claim this, I am signing this object:

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@aeneasr
aeneasr / metadata
Last active May 15, 2019 09:50
Ory Contributor License Agreement
{
"name": {
"title": "Full Name",
"type": "string",
"githubKey": "name"
},
"email": {
"title": "E-Mail",
"type": "string",
"githubKey": "email",