You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Contains basic user information, such as name and contact information. Could contain address information, or this could be obtained in separate call when editing. Advantage to immediately returning UserData is that if location services aren't enabled, we could localize their nearby restaurants based on shipping address.
UserData {
id: String // Whatever it's currently stored as
fullName: String
struct AuthResponse: Decodable {
var data: UserDataResponse
struct UserDataResponse: Decodable {
var id: Int
var email: String
var apiToken: String
var customer: CustomerResponse
QuitThat operates in two modes: local and cloud-based. While in local mode, all of your data is stored exclusively on your device and will never leave. If you create an account, QuitThat will switch into cloud-based mode. In cloud-based mode, all of your data is backed up by our encrypted servers to prevent you from losing it and to offer unique features, such as group quits.
What Data Our App Collects
QuitThat only collects the data that you provided. This includes:
Please review our Privacy Policy. By using this application, you agree to be bound by our Privacy Policy, which is incorporated into these Terms of Use.
User Representation
By using this application, you represent that
you have the legal capacity and you agree to comply with these Terms of Use
you will not use this application for any illegal or unauthorized purpose
your use of this application will not violate any applicable laws
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am not affiliated, associated, or in any way officially connected with YNAB, or any of its subsidiaries or its affiliates. I am a fan of YNAB and wanted to supplement the YNAB experience by providing additional insights into spending habits. The official YNAB website can be found at https://www.ynab.com. The names YNAB and You Need A Budget as well as related names, marks, emblems and images are registered trademarks of YNAB.
How Cents Obtains Access To Your Data
In order to gain access to your budgets and transactions data from the YNAB servers, Cents uses OAuth over a secure HTTPS connection in compliance with the YNAB API. The login page for YNAB will be presented to you within the app, where you can use your credentials to provide Cents access to your YNAB data. Cents then stores an access token locally on your device, which is only valid in combination with a key provided by YNAB that is unique to Cents. This unique key is stored on a private server and not accessible to anyone else.