Skip to content
Snippets Groups Projects
Select Git revision
  • renovate/golang.org-x-net-0.x
  • renovate/golang.org-x-crypto-0.x
  • renovate/go-1.x
  • renovate/golang.org-x-sync-0.x
  • renovate/github.com-protonmail-gopenpgp-v3-3.x
  • renovate/github.com-pquerna-otp-1.x
  • renovate/github.com-go-ldap-ldap-v3-3.x
  • renovate/github.com-prometheus-client_golang-1.x
  • renovate/git.autistici.org-id-auth-digest
  • master default protected
  • renovate/github.com-protonmail-gopenpgp-v2-2.x
  • better-validation
12 results

API.md

Blame
    • ale's avatar
      b790a71a
      Add missing validations and an availability API endpoint · b790a71a
      ale authored
      Previously some resource types were not validating requests for
      uniqueness (the creation would have failed later, at database commit
      time).
      
      The availability API allows unauthenticated callers (i.e. everyone) to
      query for existence of a specific resource, or resources that would
      conflict with it in the global namespace. It's basically a public
      validation check, meant so that applications that let users create
      accounts can provide early feedback on availability.
      b790a71a
      History
      Add missing validations and an availability API endpoint
      ale authored
      Previously some resource types were not validating requests for
      uniqueness (the creation would have failed later, at database commit
      time).
      
      The availability API allows unauthenticated callers (i.e. everyone) to
      query for existence of a specific resource, or resources that would
      conflict with it in the global namespace. It's basically a public
      validation check, meant so that applications that let users create
      accounts can provide early feedback on availability.