Home
last modified time | relevance | path

Searched refs:auth (Results 1 – 25 of 99) sorted by relevance

1234

/expo/apps/test-suite/firebase/
H A Dstorage.rules5 allow read: if request.auth.uid == userId;
6 allow write: if request.auth.uid == userId && request.resource.size < 10 * 1024;
7 allow delete: if request.auth.uid == userId;
11 allow write: if request.auth.token.admin;
/expo/apps/native-component-list/src/screens/AuthSession/
H A DAuthCard.tsx15 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/facebook.png?ra…
21 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/imgur.png?raw=t…
27 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/uber.png?raw=tr…
33 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/google.png?raw=…
39 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/google.png?raw=…
45 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/azure.png?raw=t…
51 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/fitbit.png?raw=…
57 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/reddit.png?raw=…
75 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/github.png?raw=…
81 …'https://github.com/expo/expo/blob/main/docs/public/static/images/sdk/auth-session/slack.png?raw=t…
[all …]
/expo/packages/create-expo/src/
H A DsessionStorage.ts8 auth?: SessionData;
22 return JsonFile.read<UserSettingsData>(getStateJsonPath())?.auth ?? null;
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dauth-session.mdx5 packageName: 'expo-auth-session'
22 <APIInstallSection packageName="expo-auth-session expo-random" />
75 ## What `auth.expo.io` does for you
89 import * as AuthSession from 'expo-auth-session';
92 <APISection packageName="expo-auth-session" apiName="AuthSession" />
101 import * as Google from 'expo-auth-session/providers/google';
110 - Disables PKCE for implicit and id-token based auth responses.
135 import * as Facebook from 'expo-auth-session/providers/facebook';
138 - Uses implicit auth (`ResponseType.Token`) by default.
144 - Disables PKCE for implicit auth response.
[all …]
H A Dfirebase-recaptcha.mdx64 …ebase phone-auth guide and **ignore all steps** that cover the reCAPTCHA configuration](https://fi…
83 const phoneProvider = new firebase.auth.PhoneAuthProvider();
92 const authResult = await firebase.auth().signInWithCredential(credential);
116 import { getAuth, PhoneAuthProvider, signInWithCredential } from 'firebase/auth';
130 const auth = getAuth(app);
175 const phoneProvider = new PhoneAuthProvider(auth);
202 await signInWithCredential(auth, credential);
246 import { getAuth, PhoneAuthProvider, signInWithCredential } from 'firebase/auth';
271 const auth = getAuth(app);
309 const phoneProvider = new PhoneAuthProvider(auth);
[all …]
/expo/docs/pages/versions/v47.0.0/sdk/
H A Dauth-session.mdx5 packageName: 'expo-auth-session'
23 <APIInstallSection packageName="expo-auth-session expo-random" />
77 ## What `auth.expo.io` does for you
91 import * as AuthSession from 'expo-auth-session';
94 <APISection packageName="expo-auth-session" apiName="AuthSession" />
103 import * as Google from 'expo-auth-session/providers/google';
112 - Disables PKCE for implicit and id-token based auth responses.
137 import * as Facebook from 'expo-auth-session/providers/facebook';
140 - Uses implicit auth (`ResponseType.Token`) by default.
146 - Disables PKCE for implicit auth response.
[all …]
H A Dfirebase-recaptcha.mdx66 …ebase phone-auth guide and **ignore all steps** that cover the reCAPTCHA configuration](https://fi…
85 const phoneProvider = new firebase.auth.PhoneAuthProvider();
94 const authResult = await firebase.auth().signInWithCredential(credential);
118 import { getAuth, PhoneAuthProvider, signInWithCredential } from 'firebase/auth';
132 const auth = getAuth(app);
177 const phoneProvider = new PhoneAuthProvider(auth);
204 await signInWithCredential(auth, credential);
248 import { getAuth, PhoneAuthProvider, signInWithCredential } from 'firebase/auth';
273 const auth = getAuth(app);
311 const phoneProvider = new PhoneAuthProvider(auth);
[all …]
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dauth-session.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-48/packages/expo-auth-session'
5 packageName: 'expo-auth-session'
23 <APIInstallSection packageName="expo-auth-session expo-crypto" />
84 import * as AuthSession from 'expo-auth-session';
87 <APISection packageName="expo-auth-session" apiName="AuthSession" />
96 import * as Google from 'expo-auth-session/providers/google';
105 - Disables PKCE for implicit and id-token based auth responses.
130 import * as Facebook from 'expo-auth-session/providers/facebook';
133 - Uses implicit auth (`ResponseType.Token`) by default.
139 - Disables PKCE for implicit auth response.
[all …]
/expo/docs/pages/develop/
H A Dauthentication.mdx11 …nd web. [`expo-auth-session`](/versions/latest/sdk/auth-session/) package allows [browser-based au…
17 <CODE>expo-auth-session</CODE> is the easiest way to add web browser-based authentication (for
21 href="/versions/latest/sdk/auth-session"
/expo/docs/pages/versions/unversioned/sdk/
H A Dauth-session.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/main/packages/expo-auth-session'
5 packageName: 'expo-auth-session'
23 <APIInstallSection packageName="expo-auth-session expo-crypto" />
84 import * as AuthSession from 'expo-auth-session';
87 <APISection packageName="expo-auth-session" apiName="AuthSession" />
98 import * as Google from 'expo-auth-session/providers/google';
106 …['openid', 'https://www.googleapis.com/auth/userinfo.profile', 'https://www.googleapis.com/auth/us…
111 - Disables PKCE for implicit and id-token based auth responses.
138 import * as Facebook from 'expo-auth-session/providers/facebook';
141 - Uses implicit auth (`ResponseType.Token`) by default.
[all …]
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dauth-session.mdx4 sourceCodeUrl: 'https://github.com/expo/expo/tree/sdk-49/packages/expo-auth-session'
5 packageName: 'expo-auth-session'
23 <APIInstallSection packageName="expo-auth-session expo-crypto" />
84 import * as AuthSession from 'expo-auth-session';
87 <APISection packageName="expo-auth-session" apiName="AuthSession" />
98 import * as Google from 'expo-auth-session/providers/google';
106 …['openid', 'https://www.googleapis.com/auth/userinfo.profile', 'https://www.googleapis.com/auth/us…
111 - Disables PKCE for implicit and id-token based auth responses.
138 import * as Facebook from 'expo-auth-session/providers/facebook';
141 - Uses implicit auth (`ResponseType.Token`) by default.
[all …]
/expo/packages/@expo/cli/src/api/user/
H A DUserSettings.ts14 auth?: SessionData | null;
49 return JsonFile.read<UserSettingsData>(getUserStatePath())?.auth ?? null;
/expo/packages/expo-auth-session/build/
H A DAuthSession.types.js.map1auth-session', params)`](./linking/#linkingcreateurlpath-namedparameters)\n * call with `scheme`…
H A DErrors.js.map1auth: {\n // OAuth 2.0\n invalid_request: `The request is missing a required parameter, incl…
/expo/packages/expo-auth-session/
H A DREADME.md1 # expo-auth-session
7 …ranch](https://github.com/expo/expo/blob/main/docs/pages/versions/unversioned/sdk/auth-session.mdx)
8 - [Documentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/auth-sess…
12 …cumentation for the latest stable release](https://docs.expo.dev/versions/latest/sdk/auth-session).
21 npx expo install expo-auth-session expo-crypto
/expo/docs/pages/guides/
H A Dauthentication.mdx91 import * as AuthSession from 'expo-auth-session';
108 // Create and load an auth request
153 import * as AuthSession from "expo-auth-session";
364 } from 'expo-auth-session';
381 path: 'auth',
736 } from "expo-auth-session";
884 - Implicit auth is supported.
1429 // Create and load an auth request
1945 - No Implicit auth flow is provided by Strava.
2437 …- `your.app://auth?foo=bar` -> `makeRedirectUri({ scheme: 'your.app', path: 'auth', queryParams: {…
[all …]
/expo/packages/@expo/cli/src/api/user/__tests__/
H A DUserSettings-test.ts54 await fs.writeJSON(UserSettings.getFilePath(), { auth: authStub });
67 expect(await fs.readJSON(UserSettings.getFilePath())).toMatchObject({ auth: authStub });
/expo/packages/expo-notifications/build/
H A DgetDevicePushTokenAsync.web.js60 auth: pushSubscriptionJson.keys.auth, property
H A DTokens.types.d.ts12 auth: string;
/expo/packages/@expo/config/src/
H A DgetAccountUsername.ts22 return getUserState().read().auth?.username || ANONYMOUS_USERNAME;
H A DgetUserState.ts10 auth?: UserData | null;
/expo/packages/expo-notifications/src/
H A DgetDevicePushTokenAsync.web.ts92 auth: pushSubscriptionJson.keys!.auth,
H A DTokens.types.ts16 auth: string;
/expo/packages/@expo/config/build/
H A DgetUserState.d.ts6 auth?: UserData | null;
H A DgetAccountUsername.js31 …return ((_getUserState$read$au = (0, _getUserState().getUserState)().read().auth) === null || _get…

1234