Joe Sweeney
Joe Sweeney
Now that the core library is being merged into the individual libraries, will it still be possible to create our own client-side frameworks? Like the Mithril library, for example, which...
Hopefully, this will be fixed now. A dependency for this library was just updated for this situation. https://github.com/github/fetch/pull/967
Yay, V6 is out! What would it take to get this repo up and running on the new version? Or any word on the "official" Adonis version?
Amazing :star_struck: Thank you!
Awesome, thanks! I looked in the documentation for some help on how to get started with using `functionHeader`, are there any other examples I can follow? A simple example of...
For session length limit, there's an option called `expireAfterSeconds` when you instantiate the session. It's not documented yet. If the session isn't valid when access is attempted after that expiry,...