{"id":15059744,"url":"https://github.com/kkpoon/elm-auth0-urlparser","last_synced_at":"2026-01-02T16:12:27.182Z","repository":{"id":62418688,"uuid":"94603493","full_name":"kkpoon/elm-auth0-urlparser","owner":"kkpoon","description":"UrlParser of Auth0 token callback","archived":false,"fork":false,"pushed_at":"2018-08-26T01:59:12.000Z","size":7,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-21T19:48:38.364Z","etag":null,"topics":["auth0","elm","elm-lang"],"latest_commit_sha":null,"homepage":"http://package.elm-lang.org/packages/kkpoon/elm-auth0-urlparser/latest","language":"Elm","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kkpoon.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}},"created_at":"2017-06-17T05:45:49.000Z","updated_at":"2020-03-16T07:41:30.000Z","dependencies_parsed_at":"2022-11-01T16:47:32.384Z","dependency_job_id":null,"html_url":"https://github.com/kkpoon/elm-auth0-urlparser","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkpoon%2Felm-auth0-urlparser","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkpoon%2Felm-auth0-urlparser/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkpoon%2Felm-auth0-urlparser/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kkpoon%2Felm-auth0-urlparser/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kkpoon","download_url":"https://codeload.github.com/kkpoon/elm-auth0-urlparser/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243681083,"owners_count":20330155,"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":["auth0","elm","elm-lang"],"created_at":"2024-09-24T22:47:10.457Z","updated_at":"2026-01-02T16:12:27.142Z","avatar_url":"https://github.com/kkpoon.png","language":"Elm","funding_links":[],"categories":[],"sub_categories":[],"readme":"# elm-auth0-urlparser\n\nHelp function to create an UrlParser of Auth0 token callback.\n\nRecommend to use this library with\n`[kkpoon/elm-auth0](https://github.com/kkpoon/elm-auth0)`.\n\n## Example\n\nIn your routing module...\n\n```elm\nimport UrlParser exposing (..)\nimport Auth0.UrlParser\n    exposing\n        ( Auth0CallbackInfo\n        , Auth0CallbackError\n        , accessTokenUrlParser\n        , unauthorizedUrlParser\n        )\n\ntype Route\n    = AccessTokenRoute Auth0CallbackInfo\n    | UnauthorizedRoute Auth0CallbackError\n    | SomeOtherRoute\n\nroute : Parser (Route -\u003e a) a\nroute =\n    oneOf\n        [ map AccessTokenRoute accessTokenUrlParser\n        , map UnauthorizedRoute unauthorizedUrlParser\n        , map SomeOtherRoute (s \"others\")\n        ]\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkpoon%2Felm-auth0-urlparser","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkpoon%2Felm-auth0-urlparser","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkpoon%2Felm-auth0-urlparser/lists"}