How to keep client JSON web token secure in a React Native app?

前端 未结 3 1899
谎友^
谎友^ 2021-02-05 17:25

We are building a React Native app for iOS and we are using an internal API built on node + express + jsonwebtoken.

When the user logs in with username/password, the ser

3条回答
  •  别那么骄傲
    2021-02-05 18:15

    To be app agnostic, I would store it using ASyncStorage. In fact I am testing this on a new project.

提交回复
热议问题