Adblink 3.0 push files

broken image

First, open the app on your Chromecast, then select Browse files, go to the Download directory, select the APK you transferred in.

broken image

Allowed Logout URLs: http : / /localhost : 8000.Allowed Callback URLs: http : / /localhost : 8000 /complete /auth0 /.Once done, click on 'CREATE'.Īfter the application is created, click on the 'Settings' tab and scroll down and set the Allowed Callback URLs and Allowed Logout URLs as follows: Name the application, and then select 'Regular Web Applications'.Next, go to your Auth0 dashboard and click on the '+ CREATE APPLICATION' button.If you already have an account, you can continue with your own.Create a new account by signing up for a free one here. In the screenshots below, I show you how to do it with APK Mirror. These define the routes for login and logout in the Auth0 Dashboard.Ĭlick on 'SAVE CHANGES' at the bottom of the page to save these changes. In the next section, we'll Auth0 and other necessary packages to configure the application.

broken image

We should have cloned this GitHub repo to start from where we left off in part 1. Open the code in your text editor of choice. Now let’s create a new app inside the codeshare folder: python3 manage.py startapp auth0login To do so, use the following command in the terminal or command prompt of the application: pip install social-auth-app-django~ = 3.1 python-jose~ = 3.0 python-dotenv~ = 0.9 We will install the following dependencies as a primary step: It’s time to configure our application now.

broken image