I've completed a bit of revamp of the security-related chapters - chapters now cover Cookies, HTTP authentication (Basic, Bearer, etc.), Cookie-based authentication, then Authorization, then the other security aspects. This should definitely be a better structure. Sorry the docs have been a little out-of-date recently while I've been restructuring yada's auth. It's now a lot better I think.
New chapters start here: https://juxt.pro/yada/manual/index.html#cookies
Of course, more updates will be forthcoming, documentation is never finished!
But now I'm at a stage where I think I can start building new Edge tutorial modules on the latest Edge, which should help demonstrate form-based logins, OAuth2, and other howtos that have been requested on #yada recently. Please keep feedback coming.
@malcolmsparks this cookies doc is for alpha ver. only?
Yes
@malcolmsparks Great news! I'm about to need oauth2 for one of my Yada projects and an example would be very appreciated.
It's quite easy, there's clues in the oauth ext in the yada repo, but yes an example would help.