1. Created custom driver by copying Simpleauth and rewriting hardcoded config parts.
2. Tested custom driver using only one driver
3. Added Simpleauth driver and set multiple logins to false
Now user can login using custom driver, but after redirect session is erased by Simpleauth driver, although I only use Auth::instance("Customauth") instance.
Cookies have diff. names, what else am I missing? Someone can guide me or show example of custom/modified Simpleauth driver?