Browse Source

Explain more about Privacy

Sessions
pull/231/head
Ramiro Saenz 9 years ago committed by GitHub
parent
commit
8e01f892df
  1. 2
      index.html

2
index.html

@ -216,7 +216,7 @@
<h3 class="text-center">
No personal information will be saved
<br>
<small>Sync feature use Auth0 for Single Sign On &amp; Token Based Authentication with the integration with Firebase to store the services that user is using (and the configuration for each service). You are always welcome to check the code! ;)</small>
<small>Sessions will persist using the <a href="http://electron.atom.io/docs/api/web-view-tag/#partition" target="_blank">partition:persist</a> attribute for Webviews. So every time you open Rambox, your sessions will keep alive until you remove the service.<br>Sync feature use Auth0 for Single Sign On &amp; Token Based Authentication with the integration with Firebase to store the services that user is using (and the configuration for each service like Name, Align, Icon, etc).<br><br>You are always welcome to check the code! ;)</small>
</h3>
</div>
</div>

Loading…
Cancel
Save