Migrate from Myth/Auth to Shield |
It is no different from a normal system migration.
Compare the table definitions in both libraries and migrate the corresponding data to the corresponding tables in Shield. The big difference is that Shield has a table for User Identities: https://shield.codeigniter.com/getting_s...identities Also, you need to update your app code to use Shield. Castopod should have migrated, but it may not be very helpful to see the commit. https://github.com/ad-aures/castopod/com...41bebd7e26 |
Messages In This Thread |
Migrate from Myth/Auth to Shield - by RedWd - 03-02-2024, 06:30 AM
RE: Migrate from Myth/Auth to Shield - by InsiteFX - 03-02-2024, 10:50 PM
RE: Migrate from Myth/Auth to Shield - by RedWd - 03-09-2024, 03:37 AM
RE: Migrate from Myth/Auth to Shield - by InsiteFX - 03-09-2024, 11:15 PM
RE: Migrate from Myth/Auth to Shield - by kenjis - 03-10-2024, 01:57 AM
|