{"id":18321076,"url":"https://github.com/workos/remix-authkit-example","last_synced_at":"2025-04-05T22:32:17.393Z","repository":{"id":244438021,"uuid":"814236630","full_name":"workos/remix-authkit-example","owner":"workos","description":"Remix integration example using AuthKit","archived":false,"fork":false,"pushed_at":"2025-03-28T14:18:11.000Z","size":947,"stargazers_count":9,"open_issues_count":8,"forks_count":3,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-02T20:50:18.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/workos.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-12T15:47:22.000Z","updated_at":"2025-03-28T14:18:13.000Z","dependencies_parsed_at":"2024-07-18T10:50:32.307Z","dependency_job_id":"f34fc6f1-7264-4d4f-9a14-30a14411a788","html_url":"https://github.com/workos/remix-authkit-example","commit_stats":null,"previous_names":["workos/remix-authkit-example"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fremix-authkit-example","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fremix-authkit-example/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fremix-authkit-example/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workos%2Fremix-authkit-example/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workos","download_url":"https://codeload.github.com/workos/remix-authkit-example/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247411234,"owners_count":20934650,"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-11-05T18:18:16.925Z","updated_at":"2025-04-05T22:32:17.063Z","avatar_url":"https://github.com/workos.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remix integration example using AuthKit\n\nAn example application demonstrating how to authenticate users with AuthKit and the authkit-remix helper library.\n\n\u003e Refer to the [User Management](https://workos.com/docs/user-management) documentation for reference.\n\n## Prerequisites\n\nYou will need a [WorkOS account](https://dashboard.workos.com/signup).\n\n## Requirements\n\nNode v18 or higher\n\n## Running the example\n\nRename the `.env.example` file to `.env` and supply your Client ID and API key as environment variables. The client ID and API key can be found in the [WorkOS dashboard](https://dashboard.workos.com/), and the redirect URI can also be configured there.\n\n```sh\nWORKOS_CLIENT_ID=client_... # retrieved from the WorkOS dashboard\nWORKOS_API_KEY=sk_test_... # retrieved from the WorkOS dashboard\nWORKOS_REDIRECT_URI=http://localhost:3000/callback # configured in the WorkOS dashboard\nWORKOS_COOKIE_PASSWORD=\u003cyour password\u003e # generate a secure password here\n```\n\n`WORKOS_COOKIE_PASSWORD` is the private key used to encrypt the session cookie. It has to be at least 32 characters long. You can use the [1Password generator](https://1password.com/password-generator/) or the `openssl` library to generate a strong password via the command line:\n\n```\nopenssl rand -base64 24\n```\n\nInstall the dependencies\n\n```bash\nnpm install\n```\n\nRun the following command and navigate to [http://localhost:3000](http://localhost:3000).\n\n```bash\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fremix-authkit-example","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkos%2Fremix-authkit-example","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkos%2Fremix-authkit-example/lists"}