Home
last modified time | relevance | path

Searched refs:login (Results 1 – 25 of 51) sorted by relevance

123

/expo/packages/expo-dev-launcher/bundle/providers/
H A DUserContextProvider.tsx17 login: (loginType: 'signup' | 'login') => Promise<void>;
41 async function login(type: 'signup' | 'login') {
87 login,
/expo/tools/src/commands/
H A DImportGithubIssueToLinear.ts86 assigneeId: (await inferLinearUserId(issue.assignees?.map(({ login }) => login)))?.id,
104 acc.push({ displayName: { eqIgnoreCase: cur.login } });
/expo/.github/workflows/
H A Dissue-opened.yml15 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 Dcli.ts36 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 Dsso.mdx16 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 Dredirects.mdx25 /* @info Redirect to the login screen if the user is not authenticated. */
26 return <Redirect href="/login" />;
/expo/packages/expo-module-scripts/
H A DCHANGELOG.md89 - 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 DUserProfileScreen.test.tsx58 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 DAlert.js.flow15 | 'login-password';
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Alert/
H A DAlert.js.flow15 | 'login-password';
/expo/packages/expo-dev-launcher/bundle/screens/
H A DUserProfileScreen.tsx31 await actions.login('login');
37 await actions.login('signup');
H A DExtensionsScreen.tsx51 actions.login('login');
55 actions.login('signup');
/expo/tools/src/code-review/reviewers/
H A DreviewChangelogEntries.ts88 const userLink = markdownLink('@' + pullRequest.user!.login, pullRequest.user!.html_url);
/expo/apps/native-component-list/src/screens/AuthSession/
H A DAuthSessionScreen.tsx189 // // '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 DaddPublishedLabelToPullRequests.ts106 return user ? link(green('@' + user.login), user.html_url) : 'anonymous';
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTAlertManager.mm28 @"login-password" : @(ABI49_0_0RCTAlertViewStyleLoginAndPasswordInput),
178 @"login" : [weakAlertController.textFields.firstObject text],
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAlertManager.mm28 @"login-password" : @(ABI47_0_0RCTAlertViewStyleLoginAndPasswordInput),
191 @"login" : [weakAlertController.textFields.firstObject text],
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTAlertManager.mm28 @"login-password" : @(ABI48_0_0RCTAlertViewStyleLoginAndPasswordInput),
192 @"login" : [weakAlertController.textFields.firstObject text],
/expo/home/screens/AccountModal/
H A DLoggedOutAccountView.tsx72 await _handleAuthentication('login');
95 * switches from the login / sign up form to a password manager or 2fa
H A Dindex.tsx82 // if data.viewer is undefined, then the user is not authenticated, so show the login screen
/expo/docs/pages/develop/
H A Dauthentication.mdx11 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 Dinstallation.mdx40 <Terminal cmd={['$ eas login']} />
/expo/packages/expo-auth-session/build/
H A DAuthRequest.types.js.map1login or consent again.\n * This can be used to present a dialog for switching accounts after the …
/expo/docs/pages/routing/
H A Dnavigating-pages.mdx68 /* @info Navigate to <b>/login</b> */
69 router.replace('/login');
/expo/docs/pages/build-reference/
H A Dlocal-builds.mdx20 - Run `eas login`,

123