Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
OAuth2 implementation for integrating Guilded as a login medium in web applications.
Authlink is a developer tool that provides an OAuth2 implementation for integrating Guilded as a login medium.
Authlink is an OAuth2 service for Guilded, built under the GuildedAPI GitHub organization. It provides an OAuth2 implementation that enables applications to accept Guilded accounts as a login method. The project includes publicly hosted API documentation at authlink.app/dev/docs, a demonstration app written in Remix, and a NextAuth integration package for Next.js applications. The service runs on Node.js.
npm install, npm run dev, npm run build, and npm start.npm run dev watches files and reloads automatically during development.The repository is set up with standard npm scripts. Run npm install to install dependencies, npm run dev to start a development server that watches and reloads on change, and npm run build followed by npm start for production.
Yes, Authlink is hosted on GitHub under the GuildedAPI organization, and the contributing guide requests that users create issues or contact the maintainers before making significant changes.
Yes, the project includes the next-auth-guilded package, which plugs Guilded into a NextAuth.js configuration for Next.js applications.
Clone the GuildedAPI/authlink-demo repository, run npm install, then start it with npm run dev and open the local URL to see the Guilded OAuth flow.
