Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

TOmCOIN

TOmCOIN
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 24, 2025

TOmCOIN COMPLIANCE | (c) along-AMIRHAMZAH-961026025509 | Official Audit 2025
Integrasi Auth0 SSO/Authentication — Semua transaksi dan login pengguna akan melalui Auth0 demi audit, sekuriti dan standard pasaran dunia.
---
## 🔒 Integrasi Auth0 untuk Login/SSO (TOmCOIN)

Projek TOmCOIN menyokong login SSO menggunakan Auth0, membolehkan login selamat dengan Google, email, dan lain-lain.

#### Langkah Integrasi
1. Daftar aplikasi di Auth0 Dashboard.
2. Dapatkan Client ID & Secret.
3. Masukkan callback URL.
4. Ikut panduan kod di bawah (Node.js/Python/Android).
5. Simpan maklumat sensitif dalam `.env`.

### Contoh Integrasi Node.js
```js
const { auth } = require('express-openid-connect');
const config = {
authRequired: false,
auth0Logout: true,
secret: process.env.AUTH0_SECRET,
baseURL: 'https://YOUR_APP_URL',
clientID: 'YOUR_CLIENT_ID',
issuerBaseURL: 'https://YOUR_TENANT.auth0.com'
};
app.use(auth(config));
site_name: TOmCOIN
site_url: https://tomcoin.org
repo_url: https://github.com/along-AMIRHAMZAH-961026025509/TOmCOIN
theme:
name: material
nav:
- Home: index.md
- Wallet: wallet.md
- Contracts: contracts.md
- Whitepaper: whitepaper.md
copyright: Copyright © 2025 along-AMIRHAMZAH-961026025509

TOmCOIN ialah platform dompet kripto masa nyata dengan ciri pertukaran pintar, privasi lanjutan, dan integrasi penuh dengan sistem audit terbuka serta blockchain hybrid. Projek ini diasaskan oleh along-AMIRHAMZAH-961026025509.

0 answers

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
TAGS
AUG Leaders

Atlassian Community Events