debajyotibasak / OauthGithub

Handles Github Oauth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to run the app

The app uses some values data needs to be present for loading via Buildconfig

  1. Change you Android view to Project file in the directory
  2. Right click > New > File
  3. Put the name as apiKey.properties

Now paste these in the apiKey.properties file

  • CLIENT_ID="XXXXXXXX"/li>
  • CLIENT_SECRET="XXXXXXXX"
  • CALLBACK="XXXXXXXX"
  • You also have to add your own github callback in [AndroidManifest.xml](https://github.com/debajyotibasak/OauthGithub/blob/main/app/src/main/AndroidManifest.xml).

    If you have callback url as githubdeb://callback

    <data
       android:host="callback"
       android:scheme="githubdeb" />
    

    Build the project and Run

    About

    Handles Github Oauth


    Languages

    Language:Kotlin 100.0%