# 原生应用认证问题

**URL:** https://meta.discourse.org/t/native-app-auth-questions/107264
**Category:** Development
**Created:** [2019年一月23日 10:09 UTC](https://meta.discourse.org/t/native-app-auth-questions/107264 "2019-01-23T10:09:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ymi](https://avatars.discourse-cdn.com/v4/letter/y/dec6dc/32.png) [@ymi](https://meta.discourse.org/u/ymi)
#### Post date: [2019年一月23日 10:09 UTC](https://meta.discourse.org/t/native-app-auth-questions/107264/1 "2019-01-23T10:09:42Z")

</div>

I am not sure if this is the correct thread for my question.

I currently have a native app with API backend system and I am looking to integrate with Discourse API for our app forum module. I am wondering will it be possible for me to do something like this:

When a user signup on my native app, a user account will be created on my backend after which I will create an account over at my discourse instance through SSO and then generate that particular user api\_token, have it saved on my backend database and make use of the api\_token to call against Discourse API for all the forum related functionalities performed by this user.

Thanks
