Sha256: e66cd312ba6582301c61761511740105a3c5a244c215ecae4cd25e47dcd36b7b
Contents?: true
Size: 782 Bytes
Versions: 48
Compression:
Stored size: 782 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) 2023 Juergen Adams # # J1 Theme is licensed under the MIT License # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md # # ------------------------------------------------------------------------------ # 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
48 entries across 48 versions & 1 rubygems