Welcome Guest, Not a member yet? Register   Sign In
Search Results
    Thread: Myth::Auth How to integrate provided views into app style
Post: RE: Myth::Auth How to integrate provided views int...

I should probably start by overriding the provided views as described in the Myth:Auth README (https://github.com/lonnieezell/myth-auth/blob/develop/README.md#views). And as advised read up about how ...
7,898 Views
6 Replies
08-20-2020, 01:18 PM
jim1001
    Thread: Myth::Auth How to integrate provided views into app style
Post: RE: Myth::Auth How to integrate provided views int...

@MGatner Is the right way to do it in your example of Myth:Auth with the CodeIgniter Playground? Do I need to install that to find out or can it be easily explained without? Thanks!
7,898 Views
6 Replies
08-20-2020, 09:59 AM
jim1001
    Thread: Myth:Auth
Post: RE: Myth:Auth

@InsiteFX Thank you! Obviously missed that. Works fine. Hadn't seen route_to before either (or it hadn't sunk in). Learning all the time. Cheers.
70,542 Views
56 Replies
08-19-2020, 01:23 PM
jim1001
    Thread: Myth:Auth
Post: RE: Myth:Auth

@MGatner I had a quick look & tried a login which was fine. Before I install the playground (and this is probably a bit lazy I know) I see you have a logout link. How is logout implemented? I couldn't...
70,542 Views
56 Replies
08-19-2020, 09:59 AM
jim1001
    Thread: Myth:Auth
Post: RE: Myth:Auth

@MGatner Very kind of you - thanks! I'll take a look asap.
70,542 Views
56 Replies
08-18-2020, 11:34 AM
jim1001
    Thread: Myth:Auth
Post: RE: Myth:Auth

jim1001 Wrote: (08-18-2020, 04:26 AM) -- @InsiteFX thanks for your post. The routing had been set by a colleague before I started working with Myth:Auth. That rouitng directed all traffic to one page...
70,542 Views
56 Replies
08-18-2020, 06:57 AM
jim1001
    Thread: Myth:Auth
Post: RE: Myth:Auth

@InsiteFX thanks for your post. The routing had been set by a colleague before I started working with Myth:Auth. That rouitng directed all traffic to one page since that was all that was needed at the...
70,542 Views
56 Replies
08-18-2020, 04:26 AM
jim1001
    Thread: Pure security CodeIgniter 4 auth system sample script.
Post: RE: Pure security CodeIgniter 4 auth system sample...

MGatner Wrote: (08-10-2020, 06:28 AM) -- @jim1001 Glad you got it working! I wouldn’t recommend that people look at that project anymore, it is very dated. I will make an example Myth:Auth integratio...
10,393 Views
6 Replies
08-16-2020, 10:29 AM
jim1001
    Thread: Myth::Auth How to integrate provided views into app style
Post: RE: Myth::Auth How to integrate provided views int...

I've followed the link to the manual section on Layouts kindly supplied by @MGatner but confess I don't understand it on first reading. I wanted to swap the Auth navbar for a header & navbar used i...
7,898 Views
6 Replies
08-14-2020, 02:02 PM
jim1001
    Thread: Myth:Auth
Post: RE: Myth:Auth

Thanks for reply InsiteFX. I can see the login & register screens now - I had to change the routing (app/Config/Routes.php) which was why they weren't showing. I've joined a project someone else has s...
70,542 Views
56 Replies
08-09-2020, 10:53 AM
jim1001
    Thread: Pure security CodeIgniter 4 auth system sample script.
Post: RE: Pure security CodeIgniter 4 auth system sample...

I can see the login & register screens now - I had to change the routing (app/Config/Routes.php) which was why they weren't showing...
10,393 Views
6 Replies
08-09-2020, 10:47 AM
jim1001
    Thread: Myth:Auth
Post: RE: Myth:Auth

InsiteFX Wrote: (02-03-2020, 08:56 AM) -- Just call login or register in the browsers window and it should bring up those views. -- Could you give a bit more detail on that please? What are login /...
70,542 Views
56 Replies
08-07-2020, 08:08 AM
jim1001
    Thread: Pure security CodeIgniter 4 auth system sample script.
Post: RE: Pure security CodeIgniter 4 auth system sample...

MGatner Wrote: (11-01-2019, 06:25 AM) -- Most of my client projects implementing it are not open sourced but if you want an example of it integrated check out this repo (abandoned, but only a couple ...
10,393 Views
6 Replies
08-07-2020, 08:02 AM
jim1001
    Thread: Starting a CI 4 project: best auth library?
Post: RE: Starting a CI 4 project: best auth library?

>Have I misunderstood that, was it wrong or is it not a bit risk? I meant big risk. Anyway, maybe 4.0.4 will arrive before, then no need to answer this ;-)
13,444 Views
14 Replies
06-18-2020, 06:46 AM
jim1001
    Thread: Starting a CI 4 project: best auth library?
Post: RE: Starting a CI 4 project: best auth library?

kilishan Wrote: (06-05-2020, 06:33 AM) -- Beta 3 uses a feature that is only found in the current develop branch of CI. Beta-2 works with released versions of CI4. -- Thanks. Then would you recomme...
13,444 Views
14 Replies
06-06-2020, 07:09 AM
jim1001
    Thread: Starting a CI 4 project: best auth library?
Post: RE: Starting a CI 4 project: best auth library?

I'd like to try Myth:Auth but am not sure what versions of Myth:Auth & CI4 would be best together. Looking through this thread I've found the following: @includebeer: I use Myth:Auth beta 2 with CI...
13,444 Views
14 Replies
06-05-2020, 02:54 AM
jim1001
    Thread: Redirect Not Working CI4
Post: RE: Redirect Not Working CI4

Leo Wrote: (04-20-2020, 02:42 AM) -- err, if anyone needs a quick fix for a redirect I just use this: header('Location: /login'); exit(); it works everywhere so far, I actually have a check lo...
31,144 Views
16 Replies
05-21-2020, 04:26 AM
jim1001
    Thread: Lost session
Post: RE: Lost session

Gary Wrote: (11-04-2019, 09:35 AM) -- if I remember correctly, I believe I previously experienced the same problem of losing session data when using the redirect() command in my code... but manage to...
33,219 Views
33 Replies
05-21-2020, 02:57 AM
jim1001
    Thread: Initializing a Session
Post: RE: Initializing a Session

Thank you Dave for taking the time and having patience to explain. I know I've a lot to learn and will go through your comments carefully in days to come.  All the best, Jim.
5,672 Views
6 Replies
05-20-2020, 01:25 AM
jim1001
    Thread: Initializing a Session
Post: RE: Initializing a Session

Dave, Thanks for your help - much appreciated. dave friend Wrote: (05-19-2020, 08:12 AM) -- The BaseController documentation is here (https://codeigniter4.github.io/CodeIgniter4/extending/basec...
5,672 Views
6 Replies
05-19-2020, 11:04 AM
jim1001

Theme © iAndrew 2016 - Forum software by © MyBB