https://github.com/p-l/fringe
Server bridging Google's OAuth and service using Radius for authentication
https://github.com/p-l/fringe
golang radius
Last synced: 6 months ago
JSON representation
Server bridging Google's OAuth and service using Radius for authentication
- Host: GitHub
- URL: https://github.com/p-l/fringe
- Owner: p-l
- License: bsd-3-clause
- Archived: true
- Created: 2021-12-02T19:52:55.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-18T13:43:27.000Z (over 4 years ago)
- Last Synced: 2025-08-03T00:08:53.645Z (11 months ago)
- Topics: golang, radius
- Language: Go
- Homepage:
- Size: 981 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fringe
[](https://codecov.io/gh/p-l/fringe)



**Fringe** is an easy workaround for Google Workspace users who need a Radius server to perform authentication on behalf of
other services (e.g. 802.1X Wi-Fi, vpn server).
The fringe service offers both a https and radius server.
* The web interface allows authenticated users (through Google Oauth) to generate and refresh a randomly generated
password (only for users in a specific email domain).
* The radius server authenticate the user using email and generated password.
## Getting Started
TBC
## Configuration
TBC
## Contributing
TBC