{"id":16231425,"url":"https://github.com/fabe/micro-verifier-challenge","last_synced_at":"2026-01-11T17:54:11.455Z","repository":{"id":44177091,"uuid":"172063978","full_name":"fabe/micro-verifier-challenge","owner":"fabe","description":"A tiny Node.js microservice to generate a cryptographically-random `verifier` and `challenge`.","archived":false,"fork":false,"pushed_at":"2022-12-02T23:32:01.000Z","size":87,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-08T03:46:44.030Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fabe.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-22T12:38:18.000Z","updated_at":"2019-05-25T23:00:23.000Z","dependencies_parsed_at":"2022-09-14T10:51:52.784Z","dependency_job_id":null,"html_url":"https://github.com/fabe/micro-verifier-challenge","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabe%2Fmicro-verifier-challenge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabe%2Fmicro-verifier-challenge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabe%2Fmicro-verifier-challenge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fabe%2Fmicro-verifier-challenge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fabe","download_url":"https://codeload.github.com/fabe/micro-verifier-challenge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246819750,"owners_count":20839094,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-10T13:05:33.579Z","updated_at":"2026-01-11T17:54:11.410Z","avatar_url":"https://github.com/fabe.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `micro-verifier-challenge`\n\nA tiny Node.js microservice to generate a cryptographically-random `verifier` and `challenge` (for React Native authentication flows).\n\nThis can help if you are required to follow the [Auth0 Authorization Code Grant Flow with PKCE](https://auth0.com/docs/api-auth/tutorials/authorization-code-grant-pkce) with Expo/React Native (as Node.js' `crypto` module is not available in RN).\n\n## Deployment\n\n[![Deploy to now](https://deploy.now.sh/static/button.svg)](https://deploy.now.sh/?repo=https://github.com/fabe/micro-verifier-challenge)\n\n## Usage\n\n```sh\nGET https://your-url.now.sh/\n```\n\nYou will get the data in the following format:\n\n```JSON\n{\n  \"verifier\": \"MAIYIPi-3BJWxzaV1cXPZGnfMZdgbWuwxThvUdmFHQE\",\n  \"challenge\": \"eWbxKj7OZAr8RDaGSHN_bWvxpDBrS30lGW53DHzuUT8\"\n}\n```\n\nKeep in mind that this process is a compromise and should usually be handled locally. It's *probably* secure enough, but keep in mind that this microservice should **only be accessed through HTTPS**.\n\n## Development\n\n```sh\ngit clone git@github.com:fabe/micro-verifier-challenge.git\nyarn\nyarn dev\n```\n\nThe server will be listening at `localhost:3000`.\n\n## Authors\n\n- Fabian Schultz ([@fschultz_](https://twitter.com/fschultz_))","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabe%2Fmicro-verifier-challenge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffabe%2Fmicro-verifier-challenge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffabe%2Fmicro-verifier-challenge/lists"}