Security provider with api action

Hi,
i want to create a login system but not based on database connection but on API Action; is that posible?

yes, it’s possible, there is no need to sue the inbuilt security provider if you dont want to, it will of course require you to design and implement it.

An example would be, say, authorise through API, set a session variable to show authorisation, check the session variable value on pages for the appropriate value.

Lots of possible variation on that, just a case of your preference

As Brian said, definitely possible. I use Google Authentication API quite often instead of a database connection as it’s free and I let them deal with all of the Social login/OAuth stuff

such things as snippets would be amazing :ok_hand:t4:

1 Like