auto-check-element icon indicating copy to clipboard operation
auto-check-element copied to clipboard

An input element that validates its value with a server endpoint.

Results 1 auto-check-element issues
Sort by recently updated
recently updated
newest added

Right now, we exit early if there is no `CSRF` token. Maybe we should allow users to supply a CSRF token and not mandate it optionally? https://github.com/github/auto-check-element/blob/23108987c32ee07f654e49a1cb727660fed9f2da/src/index.ts#L102-L105