This repository is now deprecated. We have moved to fairOS-dfs.
fairos is built in a way that is supports gomobile and can be used as android or ios package. It can also work standalone with any go codebase. It is not a backend solution, for that we should use fairOS-dfs. It is more of a frontend solution to be used in cli, desktop or mobile apps where only one user will interact with fairOS.
This package creates a global dfs.API
instance, then saves user password in that instance after a successful login and will function for that user only.
$ go mod tidy
$ go get golang.org/x/mobile
$ go generate
Coming soon
Coming soon
Check out this demo
*** The code is not fully tested. Please use fairOS-dfs for a better experience.