Skip to content

A Next.js-based interface for managing KeySpring authentication, allowing developers to register apps and retrieve client credentials seamlessly.

License

Notifications You must be signed in to change notification settings

majiinB/KeySpring

Repository files navigation

KeySpring Frontend

Header Cover

KeySpring Frontend is a Next.js-based user interface for interacting with the KeySpring authentication system. It allows developers to register applications, retrieve client credentials, and manage their authentication settings.

✨Features

  • Register applications and generate unique client IDs and secrets.
  • User-friendly interface for managing app authentication.
  • Seamless integration with the KeySpring API.

📚Tech Stack

  • Framework: Next.js ⚛️
  • Styling: CSS 🎨
  • API Communication: Axios/Fetch for REST API integration 🌐

⚙️Getting Started

📃Prerequisites

  • Node.js (version 16 or later recommended) 🍃
  • Yarn or npm 🧶

⬇️Installation

  1. Clone the repository:
    git clone https://github.com/majiinB/KeySpring.git
    cd KeySpring
  2. Install Dependencies:
    npm install  
    # or  
    yarn install 
  3. Run the Development Server:
    npm run dev
    # or
    yarn dev
    # or
    pnpm dev
    # or
    bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

🤝 Contributing

We welcome contributions from the community! To contribute:

  1. Fork the repository 🍴
  2. Create a new branch 🛤️:
    git checkout -b feature/YourFeature  
  3. Commit your changes 📝:
    git commit -m 'Add some feature'  
  4. Push to the branch ⬆️:
    git push origin feature/YourFeature  
  5. Open a Pull Request 📬

📜 License

KeySpringg is licensed under the MIT License - see the LICENSE file for details.

About

A Next.js-based interface for managing KeySpring authentication, allowing developers to register apps and retrieve client credentials seamlessly.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published