handnot2 / samly

Elixir Plug library to enable SAML 2.0 SP SSO in Phoenix/Plug applications.
MIT License
125 stars 90 forks source link

Ability to customize state storage #32

Closed handnot2 closed 5 years ago

handnot2 commented 5 years ago

Currently the state is stored in ETS. Planning to provide a session based storage along with the ability to have custom storage providers. ETS support might be removed.