🛋️
Simple OAuth Java Framework
  • SOFA - Simple OAuth 2.0 Framework for Authentication (Freeware)
  • Quick Start
    • ⬇️Downloads
    • 🚀Installation
    • 🐞Logging / Debugging
  • Hints and Tips
    • ❓FAQ
    • ⚒️Microsoft Azure Registration
    • ⚒️Google Cloud Registration
    • ⚒️Integrate With Non-Java Code
  • GitHub
    • JavaDoc Documentation
Powered by GitBook
  1. Quick Start

Installation

Installation Steps

PreviousDownloadsNextLogging / Debugging

Last updated 1 year ago

  • Download and extract the . It consists of one JAR files with the Java classes.

  • Add the files SOFA.jarto your Java classpath, e.g.

java -cp .:../lib/SOFA.jar 
  • Import the SOFA class in your code, e.g.

import ch.k43.tools.SOFA;
🚀
SOFA distribution package