Skip to content
Snippets Groups Projects
Unverified Commit f6279c56 authored by David Taylor's avatar David Taylor Committed by GitHub
Browse files

FIX: Simplify data to store in `extra` column (#63)

In production, the SAML omniauth strategy returns some very complex data structures in the `extra` data. These have circular references, and can cause a "stack level too deep" error when serializing to JSON. This commit simplifies thing so we only try to store the attributes hash.
parent 1d8bfdb6
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment