Sha256: 22933b2c776db2f652b1f7ff94f1059c076e4005dbda2f526f7a60d07bcbf440
Contents?: true
Size: 787 Bytes
Versions: 48
Compression:
Stored size: 787 Bytes
Contents
# ------------------------------------------------------------------------------ # ~/lib/j1_app/j1_auth_manager/omniauth/strategies/helpers_twitter.rb # # Provides helper methods for the twitter 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 TwitterHelpers # The authenticated user object # # Supports a variety of methods, name, full_name, email, etc def twitter_user warden.user end end end
Version data entries
48 entries across 48 versions & 1 rubygems