| /expo/packages/expo-dev-launcher/bundle/providers/ |
| H A D | UserContextProvider.tsx | 17 login: (loginType: 'signup' | 'login') => Promise<void>; 41 async function login(type: 'signup' | 'login') { 87 login,
|
| /expo/tools/src/commands/ |
| H A D | ImportGithubIssueToLinear.ts | 86 assigneeId: (await inferLinearUserId(issue.assignees?.map(({ login }) => login)))?.id, 104 acc.push({ displayName: { eqIgnoreCase: cur.login } });
|
| /expo/.github/workflows/ |
| H A D | issue-opened.yml | 15 if: ${{ contains( env.TRUSTED_USERS, github.event.issue.user.login ) }} 23 author_name: ${{ github.event.issue.user.login }} 26 if: ${{ contains( env.TRUSTED_USERS, github.event.issue.user.login ) }}
|
| /expo/packages/@expo/cli/bin/ |
| H A D | cli.ts | 36 login: () => import('../src/login/index.js').then((i) => i.expoLogin), 76 login, constant 104 {dim ${Object.keys({ login, logout, whoami, register }).join(', ')}}
|
| /expo/docs/pages/accounts/ |
| H A D | sso.mdx | 16 1. Navigate to [expo.dev/sso-login](https://expo.dev/sso-login) and enter the account name of your … 18 …ills the organization name. For example, [expo.dev/sso-login/test-org](https://expo.dev/sso-login/… 27 <Terminal cmd={["$ npx expo login --sso"]} /> 35 <Terminal cmd={["$ eas login --sso"]} />
|
| /expo/docs/pages/router/reference/ |
| H A D | redirects.mdx | 25 /* @info Redirect to the login screen if the user is not authenticated. */ 26 return <Redirect href="/login" />;
|
| /expo/packages/expo-module-scripts/ |
| H A D | CHANGELOG.md | 89 - Add `templates/scripts/source-login-scripts.sh` vendoring tool for node binary resolution in Xcod… 93 - Fixed `source-login-scripts.sh` error when `extendedglob` is enabled in zsh config. ([#17024](htt… 96 - Fixed `source-login-scripts.sh` ~/zlogin typo. ([#17622](https://github.com/expo/expo/pull/17622)… 97 - Deprecated the unreliable `source-login-scripts.sh` and sourcing the Node.js binary path from `.x…
|
| /expo/packages/expo-dev-launcher/bundle/screens/__tests__/ |
| H A D | UserProfileScreen.test.tsx | 58 test('login button starts oauth session and fetches user profile', async () => { 73 expect(startAuthSessionAsync).toHaveBeenCalledWith('login'); 178 test.todo('failed login / signup response');
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.js.flow | 15 | 'login-password';
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Alert/ |
| H A D | Alert.js.flow | 15 | 'login-password';
|
| /expo/packages/expo-dev-launcher/bundle/screens/ |
| H A D | UserProfileScreen.tsx | 31 await actions.login('login'); 37 await actions.login('signup');
|
| H A D | ExtensionsScreen.tsx | 51 actions.login('login'); 55 actions.login('signup');
|
| /expo/tools/src/code-review/reviewers/ |
| H A D | reviewChangelogEntries.ts | 88 const userLink = markdownLink('@' + pullRequest.user!.login, pullRequest.user!.html_url);
|
| /expo/apps/native-component-list/src/screens/AuthSession/ |
| H A D | AuthSessionScreen.tsx | 189 // // 'https://login.microsoftonline.com/your-tenant-id/v2.0', 191 // 'https://login.microsoftonline.com/f8cdef31-a31e-4b4a-93e4-5f571e91255a/v2.0' 350 authorizationEndpoint: 'https://github.com/login/oauth/authorize', 351 tokenEndpoint: 'https://github.com/login/oauth/access_token', 387 authorizationEndpoint: 'https://login.uber.com/oauth/v2/authorize', 388 tokenEndpoint: 'https://login.uber.com/oauth/v2/token', 389 revocationEndpoint: 'https://login.uber.com/oauth/v2/revoke',
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | addPublishedLabelToPullRequests.ts | 106 return user ? link(green('@' + user.login), user.html_url) : 'anonymous';
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI49_0_0RCTAlertManager.mm | 28 @"login-password" : @(ABI49_0_0RCTAlertViewStyleLoginAndPasswordInput), 178 @"login" : [weakAlertController.textFields.firstObject text],
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI47_0_0RCTAlertManager.mm | 28 @"login-password" : @(ABI47_0_0RCTAlertViewStyleLoginAndPasswordInput), 191 @"login" : [weakAlertController.textFields.firstObject text],
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/ |
| H A D | ABI48_0_0RCTAlertManager.mm | 28 @"login-password" : @(ABI48_0_0RCTAlertViewStyleLoginAndPasswordInput), 192 @"login" : [weakAlertController.textFields.firstObject text],
|
| /expo/home/screens/AccountModal/ |
| H A D | LoggedOutAccountView.tsx | 72 await _handleAuthentication('login'); 95 * switches from the login / sign up form to a password manager or 2fa
|
| H A D | index.tsx | 82 // if data.viewer is undefined, then the user is not authenticated, so show the login screen
|
| /expo/docs/pages/develop/ |
| H A D | authentication.mdx | 11 Expo can be used to login to many popular providers on Android, iOS, and web. [`expo-auth-session`]…
|
| /expo/docs/pages/develop/development-builds/ |
| H A D | installation.mdx | 40 <Terminal cmd={['$ eas login']} />
|
| /expo/packages/expo-auth-session/build/ |
| H A D | AuthRequest.types.js.map | 1 …login or consent again.\n * This can be used to present a dialog for switching accounts after the …
|
| /expo/docs/pages/routing/ |
| H A D | navigating-pages.mdx | 68 /* @info Navigate to <b>/login</b> */ 69 router.replace('/login');
|
| /expo/docs/pages/build-reference/ |
| H A D | local-builds.mdx | 20 - Run `eas login`,
|