Integrate X (Twitter) Single Sign-On with Nile Auth
Setup X Developer Portal
Save Client ID and Client Secret in Nile
console.thenile.dev
Add the `X` button to your login page
import { X } from '@niledatabase/react'; function App() { return ( <div> <X callbackUrl="/" /> </div> ); }
Was this page helpful?