{"id":22359183,"url":"https://github.com/eltonlazzarin/expo-typescript-auth","last_synced_at":"2026-05-03T23:37:34.733Z","repository":{"id":114818114,"uuid":"258912892","full_name":"eltonlazzarin/expo-typescript-auth","owner":"eltonlazzarin","description":"Simple mobile login built with Expo, Context API and Typescript","archived":false,"fork":false,"pushed_at":"2020-05-13T22:24:54.000Z","size":147,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-08T09:52:59.007Z","etag":null,"topics":["axios","expo","mobile-authentication","mobile-development","mobile-login","mobile-security","react-native","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eltonlazzarin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2020-04-26T01:38:36.000Z","updated_at":"2024-09-03T15:51:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"7cf880bb-3e75-475d-933e-47aa149dfe6c","html_url":"https://github.com/eltonlazzarin/expo-typescript-auth","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/eltonlazzarin/expo-typescript-auth","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonlazzarin%2Fexpo-typescript-auth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonlazzarin%2Fexpo-typescript-auth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonlazzarin%2Fexpo-typescript-auth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonlazzarin%2Fexpo-typescript-auth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eltonlazzarin","download_url":"https://codeload.github.com/eltonlazzarin/expo-typescript-auth/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eltonlazzarin%2Fexpo-typescript-auth/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32589262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T22:12:39.696Z","status":"ssl_error","status_checked_at":"2026-05-03T22:09:10.534Z","response_time":103,"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":["axios","expo","mobile-authentication","mobile-development","mobile-login","mobile-security","react-native","typescript"],"created_at":"2024-12-04T15:19:56.552Z","updated_at":"2026-05-03T23:37:34.727Z","avatar_url":"https://github.com/eltonlazzarin.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n    \u003cimg alt=\"Login\" src=\"https://github.com/eltonlazzarin/expo-typescript-auth/blob/master/assets/login.png\" /\u003e\n    \u003cbr\u003e\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003e\n  Simple mobile login built with Expo and Typescript\n\u003c/h4\u003e\n\u003cp align=\"center\"\u003e\n  \u003cimg alt=\"GitHub top language\" src=\"https://img.shields.io/github/languages/top/eltonlazzarin/expo-typescript-auth\"\u003e\n\n  \u003cimg alt=\"GitHub language count\" src=\"https://img.shields.io/github/languages/count/eltonlazzarin/expo-typescript-auth\"\u003e\n\n  \u003cimg alt=\"GitHub last commit\" src=\"https://img.shields.io/github/last-commit/eltonlazzarin/expo-typescript-auth\"\u003e\n\n  \u003cimg alt=\"GitHub issues\" src=\"https://img.shields.io/github/issues/eltonlazzarin/expo-typescript-auth\"\u003e\n\n## :rocket: Mobile Technologies\n\nThis project was developed with the following technologies:\n\n- [Expo](https://expo.io/)\n- [react-native-gesture-handler](https://docs.expo.io/versions/latest/sdk/gesture-handler/)\n- [react-native-web](https://code.visualstudio.com)\n- [react-native-safe-area-context](https://docs.expo.io/versions/v33.0.0/introduction/running-in-the-browser/)\n- [Axios](https://github.com/axios/axios)\n- [VS Code](https://code.visualstudio.com) with [EditorConfig](https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig) and [Prettier RC](https://github.com/prettier/prettier)\n\n## :information_source: How To Use\n\n```bash\n# Clone this repository\n$ git clone https://github.com/eltonlazzarin/expo-typescript-auth.git\n\n# Go into the repository\n$ cd expo-typescript-auth\n\n# Install dependencies\n$ yarn\n\n# Run Expo app\n$ yarn start\n```\n\n## Install the app on a physical phone\n\n1. Go to your app store, look for the app called \u003cstrong\u003eExpo\u003c/strong\u003e, and install it on your device.\n\n2. With the app installed, open it and click on \u003cstrong\u003eScan QR Code\u003c/strong\u003e, point the camera phone to the QR code shown on the page that opened after executing the command yarn start and ready, the app will load and be ready for use.\n\n## :memo: License\n\nThis project is under the MIT license.\n\n---\n\nMade with ♥ by Elton Lazzarin :wave: [Get in touch!](https://www.linkedin.com/in/eltonlazzarin/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feltonlazzarin%2Fexpo-typescript-auth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feltonlazzarin%2Fexpo-typescript-auth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feltonlazzarin%2Fexpo-typescript-auth/lists"}