Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

latz's avatar
Level 3

Own custom authentication provider

Hello, i'm searching for a tutorial to write an own custom auth provider (L5.1). I found a lot of questions and answers , but i need a step by step tutorial or complete code example. Does anybody have a hint for me?

0 likes
3 replies
martinbean's avatar

@mlutz The drivers are based on an interface, so take a look at that file and it’ll tell you what methods you’ll need to implement in your own class.

Please or to participate in this conversation.