View Source Rivet.Auth.Settings (rivet_ident v3.1.0)

How we are configured globally

Summary

Functions

Get the most current secret based on token type(:acc, :val etc..), for jwt hashes

Called by Application.start, to configure the runtime state from other sources

Functions

Link to this function

current_jwt_secret(token_type)

View Source

Get the most current secret based on token type(:acc, :val etc..), for jwt hashes

Called by Application.start, to configure the runtime state from other sources

Link to this function

expire_limit(token_type, sub_type \\ nil)

View Source