All Projects → GSingh01 → ad-b2c-react-native

GSingh01 / ad-b2c-react-native

Licence: MIT license
React Native Azure B2C Auth using pure js. This doesn't require eject from Expo.

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
HTML
75241 projects

Projects that are alternatives of or similar to ad-b2c-react-native

react-native-web-expo-boilerplate
I am no longer in maintenance
Stars: ✭ 64 (+18.52%)
Mutual labels:  expo
app-sense
📱 Easily learn & create React Native app basics using zero coding, drag-and-drop interface & logic blocks.
Stars: ✭ 86 (+59.26%)
Mutual labels:  expo
ikuradon
Mastodon client app for React Native(Expo App)
Stars: ✭ 41 (-24.07%)
Mutual labels:  expo
firebase-storage-upload-example
This example has moved
Stars: ✭ 98 (+81.48%)
Mutual labels:  expo
design-starter-kit
A universal prototyping setup powered by @expo 🥤
Stars: ✭ 20 (-62.96%)
Mutual labels:  expo
expo-firebase-auth-starter
Starter project for Expo and Firebase (with Authentication)
Stars: ✭ 31 (-42.59%)
Mutual labels:  expo
Dailyfresh-B2C
这是一个 ☛全栈/全端/全平台☚ 的B2C模式的电商项目, web后台基于Django2.0 + Python3.6, 前后端分离,前端使用Vue框架开发。移动端基于Flutter开发,一套代码支持Android&IOS平台。微信小程序基于mpvue框架开发。
Stars: ✭ 74 (+37.04%)
Mutual labels:  b2c
expo-rn-firebase-image-upload
example of how to upload image in expo with react-native and firebase
Stars: ✭ 47 (-12.96%)
Mutual labels:  expo
tempo-run
Universal Expo App for building personalised running playlists with Spotify
Stars: ✭ 34 (-37.04%)
Mutual labels:  expo
coronadev
Aplicativo para consultar a situação global do COVID-19
Stars: ✭ 44 (-18.52%)
Mutual labels:  expo
expo-ticket-app
💎 A React Native ticket app to start learning Expo very quickly with selected libraries 📚
Stars: ✭ 87 (+61.11%)
Mutual labels:  expo
PlantManager
🌱 Application to remind people to water their plants🌱
Stars: ✭ 43 (-20.37%)
Mutual labels:  expo
expo-next-monorepo-example
Create a universal React app using Expo and Next.js in a monorepo
Stars: ✭ 268 (+396.3%)
Mutual labels:  expo
aniuta
The simplest state manager for Expo and React Native
Stars: ✭ 35 (-35.19%)
Mutual labels:  expo
app-monorepo
Secure, open source and community driven crypto wallet runs on all platforms and trusted by millions.
Stars: ✭ 1,282 (+2274.07%)
Mutual labels:  expo
My-Azure-AD-B2C-use-cases
Recopilation of Azure AD B2C use cases I use to find in customers, or are requested by peers
Stars: ✭ 23 (-57.41%)
Mutual labels:  b2c
fixed-deposits-sample-app
A sample Fixed Deposit app built using Setu's FD SDK
Stars: ✭ 17 (-68.52%)
Mutual labels:  expo
Auto Overnight
학교 외박신청 자동화 App Based in React Native
Stars: ✭ 12 (-77.78%)
Mutual labels:  expo
apple-notes
A clone of the Apple Notes app but made universally with Expo
Stars: ✭ 53 (-1.85%)
Mutual labels:  expo
eas-monorepo-example
Fast pnpm monorepo for cross-platform apps built with Expo / React Native and React.
Stars: ✭ 187 (+246.3%)
Mutual labels:  expo

codecov

React Native Azure AD B2C solution using Pure JS. If you are using expo you dont need to eject.

Thanks to https://github.com/sonyarouje/react-native-ad-b2c and https://github.com/wkh237/react-native-azure-ad packages for the inspiration.

Feel free to contribute or sponsor. :)

Note: The version 2.X is not compatible with 1.X version. For 1.x docs, visit https://www.npmjs.com/package/ad-b2c-react-native -> Versions

Contribute

Create a fork and after cloning locally, do following

  1. Yarn install
  2. Create packages/b2c-sample/env/config.js with following
export default config = {
  authTenant: "<B2CTenantID>",
  authAppId: "<B2CAppID>",
};
  1. Add your changes to packages/lib
  2. Run packages/b2c-sample to do runtime test, by
//cmd in root folder

yarn start

//for more options: root -> package.json -> scripts

Installation

Don't forget to install peer dependencies "expo-web-browser": "^10.1.0", "react": "^17.0.1"

npm i ad-b2c-react-native -S

API

View here

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].