Do shopify App need hosting? - hosting

I'm developing a shopify app, wondering whether I need additional hosting for the app separately after install.
Can I do some sort of UI injection to shopify admin view and storefront?

Yes you'll need hosting. Most partners use heroku.com , digitalocean.com or amazon web service.
You can inject into the Shopify admin using the embedded app sdk.
https://help.shopify.com/api/sdks/shopify-apps/embedded-app-sdk

Related

Add Google, Facebook and Instagram Login in Flutter APP with REST API

I have purchased this Multi-restaurant system from codecanyon. Backend is developed with Laravel and I want to add Social Login in customer app but i am not able to figure out the way to do it. Through Firebase we can do it but how do we manage it with API. Any kind of resource or help will be appreciated.

Shopify 3rd Party SSO WP Shopify Pro plugin

Hello I have a client with a wordpress website using WP Shopify Pro plugin. I only have access to the shopify store is this plugin able to interact with a custom shopify app? The client sells online courses and would like a single sign on solution I have jwt experience but trying to picture how this is gonna integrate being new to shopify. I've only played with adding admin functionality.
We have a Shopify+Thinkific site bridge (we have Thinkific Premium, with SSO available), we want our Shopify customers log into their Thinific account. SSO
How can this be accomplished with jwt token? Anyone done anything similar?
https://developers.thinkific.com/more/sso/
https://www.shopify.com/partners/blog/17056443-how-to-generate-a-shopify-api-token
Anyone have any examples of a custom app where they created successful 3rd party SSO interrogation without multipass?

Best way to create a multi-user/domain platform using Laravel as the framework

This is primarily a strategic question.
I have been using Laravel as of late to build some apps and have an multi-user platform/domain based.
In other words I want to create a web app (and ultimately a mobile app) that I can deploy as a new site/app for a new user who signs up.
So, for instance I have built a site all about Chihuahua's with features for dogs.
But I want to reproduce said site/app for a new user who will use the app to run a site about Dobermans. Unique domain and everything, so I am thinking it would be a whole new install rather than sub-pages of the original app.
Does Laravel allow you to somehow create an app the way you want it and then deploy it out? And then if you updated the base app you could re-deploy it similar to how wordpress works.
Bare bones laravel does not support multi domain and hosting. But it is possible to get some sort of api for a hosting service and domain service and have them deploy their "dog" site like that.

Dashboard For Mobile App

I am building a native app in android / ios and using laravel 5.3 for server side API's development. This app is related to E-commerce where user and seller will come buy an sell their product. To browse all the users, products and other statistics and action I want to develop an admin / dashboard panel. What is the best way to do this.
There are number of ways to do it. You can use tokenized api from laravel for authentication and you can use jwt sort of libraries. Which will allow you to authenticate and with tokenized api you can securely make http request with your laravel back end. You just have to specify api guard specifically for your admin panel. There is one default api guard as well. You can use that one or create new. Completly upto you.
You can check this: https://asgardcms.com/. It's a modular multilingual CMS built with Laravel 5, with an MIT license.

Mixing MVC 5 + WEB API 2 Authentication for Website & Mobile App

I just got Visual Studio 2013 loaded up and want to create a new web/mobile app that uses the same authentication for the website version and the mobile version.
I loaded up both templates (MVC5 w/Indivual Account & WEB API w/Individual Account) to check them out but it looks like I actually want to do a merge of those projects so the MVC5 uses the Web Api 2 OWIN for normal username & password authentication along with Social Media logins via Oauth.
SPA - I did look at this template but I'm not looking for a SPA as my website will need to be SEO friendly plus I know MVC and want to keep using it.
This would seem like an obvious template that developers would like to have in order to support both websites and mobile apps in the same project.
If your target is to share user accounts between the MVC app and the Web Api app, then all you need to do is to have them both point to the same UserStore.
I think this is what you are looking for:
http://leastprivilege.com/2012/10/23/mixing-mvc-forms-authentication-and-web-api-basic-authentication/

Resources