modulepackage
0.0.0-20241102162130-f86e3c440c58
Repository: https://github.com/zenpk/my-oauth.git
Documentation: pkg.go.dev
# README
MyOAuth
Self-hosted OAuth2.0 implementation, with PKCE support.
Note: This is the side-project of other side-projects, coding style is bad.
Setup
Back End
Edit conf.json
to configure the backend-related settings.
go build .
./myoauth
Front End
Edit .env
to point to the actual backend service endpoint.
npm ci
npm run build
Screenshot
API
Due to being too lazy to write docs, please refer to the e2e
folder.
Usage
Recommend using sdks
.