{"id":16004606,"url":"https://github.com/eld/remix-auth-atlassian","last_synced_at":"2026-04-22T10:32:35.849Z","repository":{"id":70331698,"uuid":"492302871","full_name":"ELD/remix-auth-atlassian","owner":"ELD","description":"Support for Atlassian OAuth (3LO) in Remix","archived":false,"fork":false,"pushed_at":"2022-05-14T19:04:28.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-15T18:39:00.884Z","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/ELD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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":"2022-05-14T19:04:26.000Z","updated_at":"2022-05-14T19:04:31.000Z","dependencies_parsed_at":"2023-03-11T08:28:56.305Z","dependency_job_id":null,"html_url":"https://github.com/ELD/remix-auth-atlassian","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"e03042eae53ad2e5386170f93624a60b9cf2733e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":"sergiodxa/remix-auth-strategy-template","purl":"pkg:github/ELD/remix-auth-atlassian","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ELD%2Fremix-auth-atlassian","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ELD%2Fremix-auth-atlassian/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ELD%2Fremix-auth-atlassian/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ELD%2Fremix-auth-atlassian/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ELD","download_url":"https://codeload.github.com/ELD/remix-auth-atlassian/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ELD%2Fremix-auth-atlassian/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32132258,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T08:34:57.708Z","status":"ssl_error","status_checked_at":"2026-04-22T08:34:55.583Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08T11:00:59.475Z","updated_at":"2026-04-22T10:32:35.829Z","avatar_url":"https://github.com/ELD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Remix Auth - Strategy Template\n\n\u003e A template for creating a new Remix Auth strategy.\n\nIf you want to create a new strategy for Remix Auth, you could use this as a template for your repository.\n\nThe repo installs the latest version of Remix Auth and do the setup for you to have tests, linting and typechecking.\n\n## How to use it\n\n1. In the `package.json` change `name` to your strategy name, also add a description and ideally an author, repository and homepage keys.\n2. In `src/index.ts` change the `MyStrategy` for the strategy name you want to use.\n3. Implement the strategy flow inside the `authenticate` method. Use `this.success` and `this.failure` to correctly send finish the flow.\n4. In `tests/index.test.ts` change the tests to use your strategy and test it. Inside the tests you have access to `jest-fetch-mock` to mock any fetch you may need to do.\n5. Once you are ready, set the secrets on Github\n   - `NPM_TOKEN`: The token for the npm registry\n   - `GIT_USER_NAME`: The you want the bump workflow to use in the commit.\n   - `GIT_USER_EMAIL`: The email you want the bump workflow to use in the commit.\n\n## Scripts\n\n- `build`: Build the project for production using the TypeScript compiler (strips the types).\n- `typecheck`: Check the project for type errors, this also happens in build but it's useful to do in development.\n- `lint`: Runs ESLint againt the source codebase to ensure it pass the linting rules.\n- `test`: Runs all the test using Jest.\n\n## Documentations\n\nTo facilitate creating a documentation for your strategy, you can use the following Markdown\n\n```markdown\n# Strategy Name\n\n\u003c!-- Description --\u003e\n\n## Supported runtimes\n\n| Runtime    | Has Support |\n| ---------- | ----------- |\n| Node.js    | ✅          |\n| Cloudflare | ✅          |\n\n\u003c!-- If it doesn't support one runtime, explain here why --\u003e\n\n## How to use\n\n\u003c!-- Explain how to use the strategy, here you should tell what options it expects from the developer when instantiating the strategy --\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feld%2Fremix-auth-atlassian","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feld%2Fremix-auth-atlassian","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feld%2Fremix-auth-atlassian/lists"}