digitalpoint
Well-known member
App for Cloudflare®
appforcf.com
Nothing super interesting at first glance, but some things the site does...
Homepage builder
- See homepage: https://appforcf.com
- Login
- Two-step auth
- Push notifications
- Two-step auth
- Encryption of certain things (see below)
- Crypto currency payments without a third-party provider (running our own full nodes)
- Bitcoin
- Monero
- PayPal API
- Webhooks, no IPN
- Advanced subscription management
- Users can cancel their own subscriptions
- Can do advanced things like start subscriptions that don't start until the future (up to 10 years out). Handy for something like, "Pay something upfront or trial, then 2 years from now a subscription starts.
- Push web page updates to the user if needed
- Can optionally allow users to verify their identity
- Phone number verification done with Telegram
- Reads barcodes from ID automatically
- Updates page in realtime with barcode info via WebSockets
- Identity verification requests are sent to a review queue for approval/denial
- If approved, the underlying documents are encrypted with a public key (private key is kept offline) because there are times we need to retain ID documents, but don't necessarily need to look at them often/on demand.
- Someone that gets their identity verified gets a "verified" badge next to their username (or display name... see below).
Display name
- Users can have a display name different than their user name (based on user group)... for example maybe you only allow people with verified identities to change their display name (pic above shows the display name as
Shawn
(with identity verified badge) and username asdigitalpoint
).
- Cleaned up cometically
- Granular as far as what is displayed and what fields users can use (user group permissions)
- Users that are allowed to change "about me" can have those changes sent to a review queue before they are seen.
Marketplace
- Fairly advanced
- Integrates with XenForo nodes
- Supports subscriptions
- Supports licensing
- Supports split-payments (allowing users to sell stuff and the site taking a percentage automatically)
- Run this JavaScript in the console (do it a few times back to back) if you want to see what I mean:
XF.flashMessage('Test message', 5000);