Most secure way to pass data from one page to the next

Actions & Logic

Hi,

If I want to send sensitive data (such as a password) from pageA to pageB, what is the most secure way:

  1. using page parameters

  2. or app state (persisted so encrypted)

  3. using page parameters and encoding with base64

  4. or another way that isnt too complicated

What have you tried so far?

page parameters, but not convinced its a good way.

Did you check FlutterFlow's Documentation for this topic?
No
1 reply