MarcosLinux
MarcosLinux

Reputation: 41

How to login from an Android app through Tank Auth on a Codeigniter site

I have a website which is built on Codeigniter and I use Tank Auth library for login. I'm trying to implement a login app in Android that uses Tank Auth but I not have any idea how to do it!

Where can I find any infomation about Android login and Tank Auth? or Can you tell me how to do it? please!

I hope someone can give me an answer, please! Thank you so much.

Upvotes: 0

Views: 611

Answers (1)

Oluwaseye
Oluwaseye

Reputation: 695

I assume you are building an Android App that is Native (Java)

a. Then you will have to build a REST API on top your User Data and implement a Register/Login/Activate Account/Resend Code. Writing and Reading from your Database. You can use Phil Sturgeon's REST API built for Codeigniter https://github.com/philsturgeon/codeigniter-restclient

b. Build an Android WebView to wrap your website without the Address bar Disable address bar in Android webview

Upvotes: 0

Related Questions