Sha256: 3375aa3f03162ddb16fb2854e914f581651650dca020dfb93e7247c49d711284
Contents?: true
Size: 788 Bytes
Versions: 23
Compression:
Stored size: 788 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.com # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License # See: https://github.com/jekyll-one/j1_template_mde/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
23 entries across 23 versions & 1 rubygems