Sha256: 61a0b737a955c5168aaf45c92c15033f4e24a83f1ccc9f92a3002ed67d271fc8
Contents?: true
Size: 784 Bytes
Versions: 8
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) 2019 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
8 entries across 8 versions & 1 rubygems