Giter VIP home page Giter VIP logo

rails-devise-engine's Introduction

Olivier Robert

Hi, I am Olivier - currently an Engineering Manager at [Sonar](https://nimblehq.co/](https://www.sonarsource.com/). Previously, I was the CTO and co-founder of Nimble and worked at Lazada and Pomelo crafting all sorts of e-commerce engineering things. I am a native of a remote and lesser-know French place called RΓ©union island Look it up πŸ”Ž

What I work on

My current faves are Ruby and Elixir ❀️ I also spend lots of time with JavaScript + Node JS and venture into Go. As a continuous learner, I am attracted to all sorts of new techie things #openmind

Get in touch πŸ‘‹

You can find me pretty much everywhere with the handle @olivierobert

Find your latest book inspiration by checking out my GoodReads profile πŸ“š

rails-devise-engine's People

Contributors

olivierobert avatar

Watchers

 avatar  avatar

rails-devise-engine's Issues

Remove hard dependency on :users in the engine routes

Currently in the Auth engine routes,

AppAuthentication::Engine.routes.draw do
  devise_for :users,
             class_name: 'AppAuthentication::User',
             module: :devise,
             path: 'auth',
             path_names: {
               sign_in: 'signin',
               sign_up: 'signup',
               sign_out: 'signout'
             }
end

the routes are hardcoded to be for users.

We can replace it with VcliqAuth.resource_class

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.