Sha256: a44bfbf999967457c3435753b2e0f8d61423440352ef9d7e03a781643d3dba5c
Contents?: true
Size: 784 Bytes
Versions: 40
Compression:
Stored size: 784 Bytes
Contents
# ------------------------------------------------------------------------------ # ~/lib/j1_app/j1_auth_manager/omniauth/strategies/helpers_disqus.rb # # Provides helper methods for the disqus omniauth strategy # # Product/Info: # https://jekyll.one # # Copyright (C) 2022 Juergen Adams # # J1 Template is licensed under the MIT License # See: https://github.com/jekyll-one-org/J1 Template/blob/master/LICENSE # # ------------------------------------------------------------------------------ # NOTES # # ------------------------------------------------------------------------------ module J1App module DisqusHelpers # The authenticated user object # # Supports a variety of methods, name, full_name, email, etc def disqus_user warden.user end end end
Version data entries
40 entries across 40 versions & 1 rubygems