13 lines
		
	
	
		
			431 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			431 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| This is a WALNUT module representing the html package for oauth3.org.
 | |
| 
 | |
| It must be installed to `/srv/walnut/packages/pages/org.oauth3`
 | |
| 
 | |
| ```bash
 | |
| git clone git@git.daplie.com:OAuth3/org.oauth3.git /srv/walnut/packages/pages/org.oauth3
 | |
| pushd /srv/walnut/packages/pages/org.oauth3
 | |
| bash ./install.sh
 | |
| popd
 | |
| ```
 | |
| 
 | |
| This uses the OAuth3 JavaScript SDK `oauth3.js` as a subpackage in `/srv/walnut/packages/pages/org.oauth3/assets/org.oauth3`.
 |