I have decided to update my article series on Nova and will start new articles soon about adding other Nova apps into your Nova app. Also how you can add openid authentication.
I am really new to writing so feedback are welcome so I can improve.
I have decided to update my article series on Nova and will start new articles soon about adding other Nova apps into your Nova app. Also how you can add openid authentication.
I am really new to writing so feedback are welcome so I can improve.
And now with the correct link.
I have updated the articles now with the new routes. We now allow that you can do fun Module:Function/1
or fun(_) -> {status, 200} end
when you specify the routing. Instead of the old format that was {Module, Function}