Skip to content

Add-on to allow Pomerium JWTs to be used to authenticate to OpenWrt's LuCi

License

Notifications You must be signed in to change notification settings

sonix-network/nginx-luci-jwt-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

ssh [email protected] 'mkdir -p /opt/jwt-auth/'
scp jwt-authd [email protected]:/etc/init.d/
scp -r app.py jwt/ [email protected]:/opt/jwt-auth/
scp jwt-auth.locations [email protected]:/etc/nginx/conf.d/
ssh [email protected] 'opkg install python3-flask'
ssh [email protected] 'opkg install python3-ubus'
ssh [email protected] 'opkg install python3-cryptography'
ssh [email protected] 'service jwt-authd enable'
ssh [email protected] 'service jwt-authd start'
ssh [email protected] 'service nginx restart'

About

Add-on to allow Pomerium JWTs to be used to authenticate to OpenWrt's LuCi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published