Searched refs:auth (Results 1 – 25 of 99) sorted by relevance
1234
5 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;
15 …'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 …]
8 auth?: SessionData;22 return JsonFile.read<UserSettingsData>(getStateJsonPath())?.auth ?? null;
5 packageName: 'expo-auth-session'22 <APIInstallSection packageName="expo-auth-session expo-random" />75 ## What `auth.expo.io` does for you89 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 …]
64 …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 …]
5 packageName: 'expo-auth-session'23 <APIInstallSection packageName="expo-auth-session expo-random" />77 ## What `auth.expo.io` does for you91 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 …]
66 …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 …]
4 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 …]
11 …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 (for21 href="/versions/latest/sdk/auth-session"
4 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 …]
4 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 …]
14 auth?: SessionData | null;49 return JsonFile.read<UserSettingsData>(getUserStatePath())?.auth ?? null;
1 …auth-session', params)`](./linking/#linkingcreateurlpath-namedparameters)\n * call with `scheme`…
1 …auth: {\n // OAuth 2.0\n invalid_request: `The request is missing a required parameter, incl…
1 # expo-auth-session7 …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
91 import * as AuthSession from 'expo-auth-session';108 // Create and load an auth request153 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 request1945 - No Implicit auth flow is provided by Strava.2437 …- `your.app://auth?foo=bar` -> `makeRedirectUri({ scheme: 'your.app', path: 'auth', queryParams: {…[all …]
54 await fs.writeJSON(UserSettings.getFilePath(), { auth: authStub });67 expect(await fs.readJSON(UserSettings.getFilePath())).toMatchObject({ auth: authStub });
60 auth: pushSubscriptionJson.keys.auth, property
12 auth: string;
22 return getUserState().read().auth?.username || ANONYMOUS_USERNAME;
10 auth?: UserData | null;
92 auth: pushSubscriptionJson.keys!.auth,
16 auth: string;
6 auth?: UserData | null;
31 …return ((_getUserState$read$au = (0, _getUserState().getUserState)().read().auth) === null || _get…