I am a front-end developer. I am implementing HTML5 Hybrid app with Phonegap. I have setup all these things for the App but I don't have backend knowledge but I want to first implement registration and login on my first page. I have implemented one apk and this apk working fine in my mobile, But after that, I want to implement validation. I don't know how it will possible but I am thinking about javascript for this(Registration is possible through javascript?).Can we register form without backend programming Like Java or Php. Right now I am not using any DataBase. Give me the idea about Login what is the best thing. As per my thinking database is necessary. I am new in Hybrid app then please suggest me solution.
Login and registration in HTML5 Hybrid App?
682 views Asked by Varun Sharma At
2
There are 2 answers
0
Derrick
On
There are also services like Auth0 (No affiliation but we use them for my company). Depends on how much you plan on scaling user count. If SaaS or low user count, their free plan is not bad.
I also wrote a blog on various strategies when it comes to securing APIs from an HTML 5 app Cookies vs Local Storage, etc if helpful. https://www.moesif.com/blog/technical/restful-apis/Authorization-on-RESTful-APIs/
Related Questions in JAVASCRIPT
- Using Puppeteer to scrape a public API only when the data changes
- inline SVG text (js)
- An array of images and a for loop display the buttons. How to assign each button to open its own block by name?
- Storing the preferred font-size in localStorage
- Simple movie API request not showing up in the console log
- Authenticate Flask rest API
- Deploying sveltekit app with gunjs on vercel throws cannot find module './lib/text-encoding'
- How to request administrator rights?
- mp4 embedded videos within github pages website not loading
- Scrimba tutorial was working, suddenly stopped even trying the default
- In Datatables, start value resets to 0, when column sorting
- How do I link two models in mongoose?
- parameter values only being sent to certain columns in google sheet?
- Run main several times of wasm in browser
- Variable inside a Variable, not updating
Related Questions in CORDOVA
- how to get rid of the cordova screen when you open the app
- How to build a codesandbox project to android apk?
- Cordova Android run failed
- Cordova Build issue since version 12.0.0
- cordova-background-geolocation-plugin don't giving any response in cordova android app
- provider duplicate while compiling a Cordova application for the Android platform
- Detect clickable areas within <img> tag in Ionic project
- Whitelisting Ionic app in Salesforce Org for CORS/CSP
- gradle keeps failing. Cordova run. Vscode
- Cordova plugin splashscreen issue while Azure Devops with ant build using android-cordova application
- Ionic 3 issue while generating AAB file
- Xcode Undefined symbols, Linker command failed with exit code 1 (use -v to see invocation)
- Xcode 15.3 build failed
- Samsung screen zoom ruining my cordova built android app
- command: ionic server Killed 9
Related Questions in AUTHENTICATION
- Authenticate Flask rest API
- Sends a personalised error message from the back-end to the front-end with Nuxt-auth
- How to connect Spotify PKCE Authorization Boilerplate to Login-Button in React
- Laravel SPA auth with Sanctum
- _supabaseClient__WEBPACK_IMPORTED_MODULE_1__.supabase.auth.signIn is not a function
- My openID Authentication return 'You must have either https wrappers or curl enabled.'
- How to detect the Minimization of Custom Chrome Tabs on Android?
- Wordpress redirect to homepage after successfully logged in
- How to modify the prebuilt UI of authentication in aws amplify version 6 in React Native
- Creating a login system for my website, navlist not working?
- Receiving 400 bad request on post when customer auth handler is used
- Creating Azure B2B login system with Vue.js frontend & Python Django backend
- Gradio chatbot: how to export individual conversation histories?
- Set-Cookie header not forwarded by nginx to the client
- git asking for authentication when auth.json is present while running composer update
Related Questions in HYBRID-MOBILE-APP
- Keypad open and closes and couldn't type in few android phones on my flutter app
- How to set 'compileDebugKotlin' task target to Java 17
- how to fix Failed to load FirebaseOptions from resource. Check that you have defined values.xml
- react native system compatibility issues
- Flutter publising playstore error(soLoader)
- Cordova plugin purchase not able to register product
- Is Flutter http.MultipartRequest support boolean?
- Can we create an app maker like flutter flow using flutter
- Cordova InAppBrowser performance issue on Android
- how can i programatically move the carousel to the next item in react-native-reanimated-carousel?
- React Native Android - Execution failed for task ':app:compileDebugJavaWithJavac'
- Architecture for white-label mobile apps with React Native
- PackageAndroidArtifact$IncrementalSplitterRunnable
- I want to make a tasbeeh counter in flutter, button image is not maintaining its position when screen size is changing
- native to flutter navigation is very slow for the first time
Related Questions in HTML5-APPS
- WKWebView loads HTML and Javascript but fails to load CSS files
- How do I create a WKWebView App for MacOS
- Identify the bookmarks toolbar folder (Firefox Webextension)
- How can I get url from firefox using MFC but don't using DDE?
- include adsense(ads) in firefox extension
- Login and registration in HTML5 Hybrid App?
- Connect php with phonegap?
- Read Write text file using HTML code in Titanium Appcelerator
- Does Firefox OS support developing digital signage on Panasonic TV?
- Best Mozilla desktop web app approach
- Firefox rendering of OpenType font does not match the font specification
- i have developed website and the issue is that same version of firefox shows different design on different computers while other browsers were fine?
- Problems with hybrid HTML5 apps when IOS/Android updates?
- Facebook login on cordova app shows blank white screen
- Raphael 2.1.0 not able to draw lines in firefox browser 38.0.1
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
You could use Javascript at the server side with Node.js and Framewrok Express to handle requests from your mobile device in a RESTFUL API. For signing up your users is really neccesary a database, to store credentials which they'll authenticate in this case if you want to use technologies oriented to JS one option would be MongoDB. It's also recommendable use a Framework for your mobile app like Ionic which is based in Angular.js to accelerate your development.
Here a tutorial how you can achieve authenticate with some of tools I mentioned above:
https://scotch.io/tutorials/authenticate-a-node-js-api-with-json-web-tokens