Skip to content
View jkehoe's full-sized avatar

Block or report jkehoe

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Example of an AuthenticationSuccessH... Example of an AuthenticationSuccessHandler implementation in Spring Security to get custom User object and set the user object in the session for use in front end templates
    1
    @Component
    2
    public class AuthenticationSuccessHandlerImpl implements AuthenticationSuccessHandler {
    3
    
                  
    4
        @Autowired
    5
        HttpSession session;
  2. google-omniauth-devise google-omniauth-devise Public

    Sample Rails 7 app with Devise, Omniauth for OAuth2 support for Google Sign in

    Ruby

  3. prawn prawn Public

    Forked from prawnpdf/prawn

    Fast, Nimble PDF Writer for Ruby

    Ruby