* the htagserver runner, works as others htag classical runners (can handle a main tag for its '/' path, have a .run() method, can use add_route )
* an example of an oauth2 flow (google), using authlib, and inner runners (WebServer, WebServerWS & HTagServer)
* the one liner "python3 -m htagweb" accept a parameter 'fqn' (ex: 'main:App'), to define a htag class for its "/" page.
**Full Changelog**: https://github.com/manatlan/htagweb/compare/v0.4.3...v0.5.0