{"id":48435085,"url":"https://github.com/freckle/jwt-bearer-auth","last_synced_at":"2026-04-06T12:30:22.274Z","repository":{"id":313050489,"uuid":"1047008752","full_name":"freckle/jwt-bearer-auth","owner":"freckle","description":"JWT bearer authentication in Haskell","archived":false,"fork":false,"pushed_at":"2026-01-03T01:30:10.000Z","size":44,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-09T03:45:30.495Z","etag":null,"topics":["ghvm-managed"],"latest_commit_sha":null,"homepage":"","language":"Haskell","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/freckle.png","metadata":{"files":{"readme":"README.lhs","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-08-29T15:32:51.000Z","updated_at":"2026-01-03T01:30:13.000Z","dependencies_parsed_at":"2025-09-17T23:22:10.325Z","dependency_job_id":null,"html_url":"https://github.com/freckle/jwt-bearer-auth","commit_stats":null,"previous_names":["freckle/jwt-bearer-auth"],"tags_count":0,"template":false,"template_full_name":"freckle/haskell-library-template","purl":"pkg:github/freckle/jwt-bearer-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fjwt-bearer-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fjwt-bearer-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fjwt-bearer-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fjwt-bearer-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/freckle","download_url":"https://codeload.github.com/freckle/jwt-bearer-auth/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/freckle%2Fjwt-bearer-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31473271,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-06T08:36:52.050Z","status":"ssl_error","status_checked_at":"2026-04-06T08:36:51.267Z","response_time":112,"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":["ghvm-managed"],"created_at":"2026-04-06T12:30:20.778Z","updated_at":"2026-04-06T12:30:22.250Z","avatar_url":"https://github.com/freckle.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jwt-bearer-auth\n\n\u003c!--\n[![Hackage](https://img.shields.io/hackage/v/jwt-bearer-auth.svg?style=flat)](https://hackage.haskell.org/package/jwt-bearer-auth)\n[![Stackage Nightly](http://stackage.org/package/jwt-bearer-auth/badge/nightly)](http://stackage.org/nightly/package/jwt-bearer-auth)\n[![Stackage LTS](http://stackage.org/package/jwt-bearer-auth/badge/lts)](http://stackage.org/lts/package/jwt-bearer-auth)\n[![CI](https://github.com/freckle/jwt-bearer-auth/actions/workflows/ci.yml/badge.svg)](https://github.com/freckle/jwt-bearer-auth/actions/workflows/ci.yml)\n--\u003e\n\n_Synopsis_\n\n## Example\n\n\u003c!--\n```haskell\nmodule Main (main) where\n\nimport Prelude\nimport Text.Markdown.Unlit ()\n```\n--\u003e\n\n```haskell\nsomeExample :: IO ()\nsomeExample = putStrLn \"Hello world\"\n```\n\n\u003c!--\n```haskell\nmain :: IO ()\nmain = someExample\n```\n--\u003e\n\n## Development \u0026 Tests\n\n```console\nstack build --fast --pedantic --test --file-watch\n```\n\n---\n\n## How to use this Template\n\nHaskell library template used at Freckle.\n\n### Create your repo\n\nIf you are working within the freckle org, use [github-vending-machine][ghvm]. Otherwise:\n\n[ghvm]: https://github.com/freckle/github-vending-machine\n```sh\ngh repo create --template freckle/jwt-bearer-auth --public freckle/\u003cname\u003e\ngit clone git@github.com:freckle/\u003cname\u003e\ncd ./\u003cname\u003e\n```\n\n### Rename your package\n\n```sh\nfind -type f -exec \\\n  sed -i s/jwt-bearer-auth/my-name/ {} +\n```\n\nEdit `package.yaml` as necessary.\n\n### Enable release\n\nWhen you are ready to release your library, simply remove the conditional from\nthe release workflow.\n\n```diff\n-      - if: false # Remove when ready to release\n```\n\n### Open repo up to [hacktoberfest][hacktoberfest] contributions\n\nAdd the `hacktoberfest` topic to your repo if\n\n- you're planning on releasing it as open source, and\n- you think it would benefit from and be amenable to public contributions\n\n[hacktoberfest]: https://hacktoberfest.digitalocean.com/\n\n---\n\n[CHANGELOG](./CHANGELOG.md) | [LICENSE](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreckle%2Fjwt-bearer-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreckle%2Fjwt-bearer-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreckle%2Fjwt-bearer-auth/lists"}