by wojtek kołodziejczyk.
Hi,
i need extend mobile app by a custom functionality that should be accessible for not logged in users. I already managed to learn how to write an addon, but have no clue how to make it accessible for not logged users. It works well for logged in users, but users not logged in are redirected to login screen.
I've found, that redirection is made in login module:
https://github.com/moodlehq/moodlemobile2/blob/master/www/core/components/login/main.js#L233
But after adding there a condition to bypass my module, i got another redirect in sidemenu module, so i think's it is not the way.
I will be grateful for any help