propel_authentication 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +87 -0
- data/README.md +251 -113
- data/lib/generators/{propel_auth → propel_authentication}/install_generator.rb +17 -17
- data/lib/generators/{propel_auth → propel_authentication}/templates/auth_mailer.rb +1 -1
- data/lib/generators/{propel_auth → propel_authentication}/templates/authenticatable.rb +3 -3
- data/lib/generators/{propel_auth → propel_authentication}/templates/concerns/confirmable.rb +2 -2
- data/lib/generators/{propel_auth → propel_authentication}/templates/concerns/lockable.rb +6 -6
- data/lib/generators/{propel_auth → propel_authentication}/templates/concerns/recoverable.rb +6 -6
- data/lib/generators/{propel_auth → propel_authentication/templates}/core/configuration_methods.rb +38 -21
- data/lib/generators/{propel_auth → propel_authentication}/templates/invitation.rb +2 -2
- data/lib/generators/{propel_auth/templates/propel_auth.rb.tt → propel_authentication/templates/propel_authentication.rb.tt} +6 -14
- data/lib/generators/{propel_auth → propel_authentication}/templates/test/concerns/lockable_test.rb.tt +12 -12
- data/lib/generators/{propel_auth → propel_authentication}/templates/test/concerns/propel_authentication_test.rb.tt +1 -1
- data/lib/generators/{propel_auth → propel_authentication}/templates/test/concerns/recoverable_test.rb.tt +7 -7
- data/lib/generators/{propel_auth → propel_authentication}/templates/user_test.rb.tt +1 -1
- data/lib/generators/{propel_auth → propel_authentication}/unpack_generator.rb +38 -25
- data/lib/propel_authentication.rb +3 -0
- metadata +98 -98
- data/lib/generators/propel_auth/pack_generator.rb +0 -277
- data/lib/propel_auth.rb +0 -3
- /data/lib/generators/{propel_auth → propel_authentication}/templates/agency.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/agent.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/auth/base_passwords_controller.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/auth/base_tokens_controller.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/auth/passwords_controller.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/concerns/propel_authentication.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/concerns/rack_session_disable.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/config/environments/development_email.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/db/migrate/create_agencies.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/db/migrate/create_agents.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/db/migrate/create_invitations.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/db/migrate/create_organizations.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/db/migrate/create_users.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/db/seeds.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/organization.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/services/auth_notification_service.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/test/concerns/confirmable_test.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/test/controllers/auth/lockable_integration_test.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/test/controllers/auth/password_reset_integration_test.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/test/controllers/auth/tokens_controller_test.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/test/mailers/auth_mailer_test.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/test/mailers/previews/auth_mailer_preview.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/tokens_controller.rb.tt +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/user.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/account_unlock.html.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/account_unlock.text.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/email_confirmation.html.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/email_confirmation.text.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/password_reset.html.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/password_reset.text.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/user_invitation.html.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/templates/views/auth_mailer/user_invitation.text.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/Dockerfile +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/Gemfile +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/README.md +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/Rakefile +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/assets/stylesheets/application.css +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/controllers/application_controller.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/helpers/application_helper.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/jobs/application_job.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/mailers/application_mailer.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/models/application_record.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/views/layouts/application.html.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/views/layouts/mailer.html.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/views/layouts/mailer.text.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/views/pwa/manifest.json.erb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/app/views/pwa/service-worker.js +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/brakeman +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/dev +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/docker-entrypoint +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/rails +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/rake +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/rubocop +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/setup +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/bin/thrust +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/application.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/boot.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/cable.yml +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/credentials.yml.enc +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/database.yml +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/environment.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/environments/development.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/environments/production.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/environments/test.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/initializers/assets.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/initializers/content_security_policy.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/initializers/filter_parameter_logging.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/initializers/inflections.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/locales/en.yml +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/master.key +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/puma.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/routes.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config/storage.yml +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/config.ru +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/dummy/db/schema.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/generators/authentication/controllers/tokens_controller_test.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/generators/authentication/install_generator_test.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/generators/authentication/uninstall_generator_test.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/integration/generator_integration_test.rb +0 -0
- /data/lib/generators/{propel_auth → propel_authentication}/test/integration/multi_version_generator_test.rb +0 -0
@@ -4,19 +4,19 @@
|
|
4
4
|
# PropelAuth unpacker that extracts the authentication GENERATOR into the host application
|
5
5
|
#
|
6
6
|
# Usage:
|
7
|
-
# rails generate
|
8
|
-
# rails generate
|
9
|
-
# rails generate
|
10
|
-
# rails generate
|
11
|
-
# rails generate
|
7
|
+
# rails generate propel_authentication:unpack # Unpack entire generator (code + templates)
|
8
|
+
# rails generate propel_authentication:unpack --force # Overwrite existing generator files
|
9
|
+
# rails generate propel_authentication:unpack --templates-only # Only copy templates, not generator logic
|
10
|
+
# rails generate propel_authentication:unpack --models-only # Only copy model templates
|
11
|
+
# rails generate propel_authentication:unpack --controllers-only # Only copy controller templates
|
12
12
|
#
|
13
|
-
# This extracts the
|
13
|
+
# This extracts the PropelAuthentication generator from the gem into lib/generators/propel_authentication/
|
14
14
|
# so you can customize the generator logic and templates for your specific needs.
|
15
15
|
#
|
16
|
-
class
|
16
|
+
class PropelAuthentication::UnpackGenerator < Rails::Generators::Base
|
17
17
|
source_root File.expand_path("templates", __dir__)
|
18
18
|
|
19
|
-
desc "Extract
|
19
|
+
desc "Extract PropelAuthentication generator code from gem to lib/generators/propel_authentication/ for full customization"
|
20
20
|
|
21
21
|
class_option :force,
|
22
22
|
type: :boolean,
|
@@ -47,7 +47,7 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
47
47
|
show_welcome_message
|
48
48
|
|
49
49
|
components_to_unpack = determine_components
|
50
|
-
destination_path = "lib/generators/
|
50
|
+
destination_path = "lib/generators/propel_authentication"
|
51
51
|
|
52
52
|
if File.exist?(destination_path) && !options[:force]
|
53
53
|
say "⚠️ #{destination_path} already exists (use --force to overwrite)", :yellow
|
@@ -69,11 +69,11 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
69
69
|
say "║ UNPACK PROPEL AUTH GENERATOR ║", :cyan
|
70
70
|
say "╚══════════════════════════════════════╝", :cyan
|
71
71
|
say ""
|
72
|
-
say "This extracts the
|
73
|
-
say "at lib/generators/
|
72
|
+
say "This extracts the PropelAuthentication generator from the gem into your app", :blue
|
73
|
+
say "at lib/generators/propel_authentication/ so you can customize generator logic and templates.", :blue
|
74
74
|
say ""
|
75
75
|
say "📦 FROM: Gem-based generator (black box)", :yellow
|
76
|
-
say "📁 TO: Local generator in lib/generators/
|
76
|
+
say "📁 TO: Local generator in lib/generators/propel_authentication/ (fully customizable)", :green
|
77
77
|
say ""
|
78
78
|
end
|
79
79
|
|
@@ -85,10 +85,10 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
85
85
|
elsif options[:tests_only]
|
86
86
|
return %w[tests]
|
87
87
|
elsif options[:templates_only]
|
88
|
-
return %w[models controllers tests views concerns services config db]
|
88
|
+
return %w[models controllers tests views concerns services config db core]
|
89
89
|
else
|
90
90
|
# Default: everything including generator logic
|
91
|
-
return %w[models controllers tests views concerns services config db generator]
|
91
|
+
return %w[models controllers tests views concerns services config db core generator]
|
92
92
|
end
|
93
93
|
end
|
94
94
|
|
@@ -118,6 +118,8 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
118
118
|
copy_config_templates(destination_path)
|
119
119
|
when 'db'
|
120
120
|
copy_db_templates(destination_path)
|
121
|
+
when 'core'
|
122
|
+
copy_core_templates(destination_path)
|
121
123
|
when 'generator'
|
122
124
|
copy_generator_logic(destination_path)
|
123
125
|
else
|
@@ -144,6 +146,14 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
144
146
|
say " ✅ Model generator templates extracted", :green
|
145
147
|
end
|
146
148
|
|
149
|
+
def copy_core_templates(destination_path)
|
150
|
+
say "📂 Extracting core generator templates...", :blue
|
151
|
+
|
152
|
+
copy_template_file("core/configuration_methods.rb", destination_path)
|
153
|
+
|
154
|
+
say " ✅ Core generator templates extracted", :green
|
155
|
+
end
|
156
|
+
|
147
157
|
def copy_controller_templates(destination_path)
|
148
158
|
say "📂 Extracting controller generator templates...", :blue
|
149
159
|
|
@@ -190,8 +200,7 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
190
200
|
def copy_config_templates(destination_path)
|
191
201
|
say "📂 Extracting config generator templates...", :blue
|
192
202
|
|
193
|
-
copy_template_file("
|
194
|
-
copy_template_file("propel_auth_configuration.rb.tt", destination_path)
|
203
|
+
copy_template_file("propel_authentication.rb.tt", destination_path)
|
195
204
|
copy_directory_templates("config", destination_path)
|
196
205
|
|
197
206
|
say " ✅ Config generator templates extracted", :green
|
@@ -217,12 +226,16 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
217
226
|
source_content = File.read(source_generator)
|
218
227
|
|
219
228
|
# Update module declaration to be properly namespaced in host app
|
229
|
+
# AND fix the require_relative path to point to templates/core
|
220
230
|
modified_content = source_content.gsub(
|
221
|
-
/^module
|
222
|
-
"module
|
231
|
+
/^module PropelAuthentication$/,
|
232
|
+
"module PropelAuthentication"
|
223
233
|
).gsub(
|
224
234
|
/^ class InstallGenerator/,
|
225
235
|
" class InstallGenerator"
|
236
|
+
).gsub(
|
237
|
+
/require_relative 'core\/configuration_methods'/,
|
238
|
+
"require_relative 'templates/core/configuration_methods'"
|
226
239
|
)
|
227
240
|
|
228
241
|
# Create the directory and write the modified generator
|
@@ -252,17 +265,17 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
252
265
|
end
|
253
266
|
|
254
267
|
def copy_lib_runtime(destination_path)
|
255
|
-
say "📂 Extracting
|
268
|
+
say "📂 Extracting PropelAuthentication runtime code...", :blue
|
256
269
|
|
257
|
-
lib_source = File.join(self.class.source_root, "lib", "
|
258
|
-
lib_dest = File.join(destination_path, "templates", "lib", "
|
270
|
+
lib_source = File.join(self.class.source_root, "lib", "propel_authentication.rb.tt")
|
271
|
+
lib_dest = File.join(destination_path, "templates", "lib", "propel_authentication.rb.tt")
|
259
272
|
|
260
273
|
if File.exist?(lib_source)
|
261
274
|
FileUtils.mkdir_p(File.dirname(lib_dest))
|
262
275
|
FileUtils.cp(lib_source, lib_dest)
|
263
|
-
say " ✅
|
276
|
+
say " ✅ PropelAuthentication runtime code extracted", :green
|
264
277
|
else
|
265
|
-
say " ⚠️
|
278
|
+
say " ⚠️ PropelAuthentication runtime template not found", :yellow
|
266
279
|
end
|
267
280
|
end
|
268
281
|
|
@@ -305,7 +318,7 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
305
318
|
|
306
319
|
def show_completion_message(destination_path)
|
307
320
|
say ""
|
308
|
-
say "🎉
|
321
|
+
say "🎉 PropelAuthentication GENERATOR unpacked successfully!", :green
|
309
322
|
say ""
|
310
323
|
say "📁 Generator extracted to: #{destination_path}/", :bold
|
311
324
|
say "📂 Templates available at: #{destination_path}/templates/", :bold
|
@@ -329,7 +342,7 @@ class PropelAuth::UnpackGenerator < Rails::Generators::Base
|
|
329
342
|
|
330
343
|
say "💡 Test your customized generator:", :blue
|
331
344
|
say " # Your local generator will be used instead of the gem:"
|
332
|
-
say " rails generate
|
345
|
+
say " rails generate propel_authentication:install"
|
333
346
|
say ""
|
334
347
|
|
335
348
|
say "🔄 To use gem generator again:", :cyan
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: propel_authentication
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Propel Team
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-08-15 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -67,105 +67,105 @@ executables: []
|
|
67
67
|
extensions: []
|
68
68
|
extra_rdoc_files: []
|
69
69
|
files:
|
70
|
+
- CHANGELOG.md
|
70
71
|
- LICENSE
|
71
72
|
- README.md
|
72
73
|
- Rakefile
|
73
|
-
- lib/generators/
|
74
|
-
- lib/generators/
|
75
|
-
- lib/generators/
|
76
|
-
- lib/generators/
|
77
|
-
- lib/generators/
|
78
|
-
- lib/generators/
|
79
|
-
- lib/generators/
|
80
|
-
- lib/generators/
|
81
|
-
- lib/generators/
|
82
|
-
- lib/generators/
|
83
|
-
- lib/generators/
|
84
|
-
- lib/generators/
|
85
|
-
- lib/generators/
|
86
|
-
- lib/generators/
|
87
|
-
- lib/generators/
|
88
|
-
- lib/generators/
|
89
|
-
- lib/generators/
|
90
|
-
- lib/generators/
|
91
|
-
- lib/generators/
|
92
|
-
- lib/generators/
|
93
|
-
- lib/generators/
|
94
|
-
- lib/generators/
|
95
|
-
- lib/generators/
|
96
|
-
- lib/generators/
|
97
|
-
- lib/generators/
|
98
|
-
- lib/generators/
|
99
|
-
- lib/generators/
|
100
|
-
- lib/generators/
|
101
|
-
- lib/generators/
|
102
|
-
- lib/generators/
|
103
|
-
- lib/generators/
|
104
|
-
- lib/generators/
|
105
|
-
- lib/generators/
|
106
|
-
- lib/generators/
|
107
|
-
- lib/generators/
|
108
|
-
- lib/generators/
|
109
|
-
- lib/generators/
|
110
|
-
- lib/generators/
|
111
|
-
- lib/generators/
|
112
|
-
- lib/generators/
|
113
|
-
- lib/generators/
|
114
|
-
- lib/generators/
|
115
|
-
- lib/generators/
|
116
|
-
- lib/generators/
|
117
|
-
- lib/generators/
|
118
|
-
- lib/generators/
|
119
|
-
- lib/generators/
|
120
|
-
- lib/generators/
|
121
|
-
- lib/generators/
|
122
|
-
- lib/generators/
|
123
|
-
- lib/generators/
|
124
|
-
- lib/generators/
|
125
|
-
- lib/generators/
|
126
|
-
- lib/generators/
|
127
|
-
- lib/generators/
|
128
|
-
- lib/generators/
|
129
|
-
- lib/generators/
|
130
|
-
- lib/generators/
|
131
|
-
- lib/generators/
|
132
|
-
- lib/generators/
|
133
|
-
- lib/generators/
|
134
|
-
- lib/generators/
|
135
|
-
- lib/generators/
|
136
|
-
- lib/generators/
|
137
|
-
- lib/generators/
|
138
|
-
- lib/generators/
|
139
|
-
- lib/generators/
|
140
|
-
- lib/generators/
|
141
|
-
- lib/generators/
|
142
|
-
- lib/generators/
|
143
|
-
- lib/generators/
|
144
|
-
- lib/generators/
|
145
|
-
- lib/generators/
|
146
|
-
- lib/generators/
|
147
|
-
- lib/generators/
|
148
|
-
- lib/generators/
|
149
|
-
- lib/generators/
|
150
|
-
- lib/generators/
|
151
|
-
- lib/generators/
|
152
|
-
- lib/generators/
|
153
|
-
- lib/generators/
|
154
|
-
- lib/generators/
|
155
|
-
- lib/generators/
|
156
|
-
- lib/generators/
|
157
|
-
- lib/generators/
|
158
|
-
- lib/generators/
|
159
|
-
- lib/generators/
|
160
|
-
- lib/generators/
|
161
|
-
- lib/generators/
|
162
|
-
- lib/generators/
|
163
|
-
- lib/generators/
|
164
|
-
- lib/generators/
|
165
|
-
- lib/generators/
|
166
|
-
- lib/generators/
|
167
|
-
- lib/
|
168
|
-
- lib/propel_auth.rb
|
74
|
+
- lib/generators/propel_authentication/install_generator.rb
|
75
|
+
- lib/generators/propel_authentication/templates/agency.rb
|
76
|
+
- lib/generators/propel_authentication/templates/agent.rb
|
77
|
+
- lib/generators/propel_authentication/templates/auth/base_passwords_controller.rb.tt
|
78
|
+
- lib/generators/propel_authentication/templates/auth/base_tokens_controller.rb.tt
|
79
|
+
- lib/generators/propel_authentication/templates/auth/passwords_controller.rb.tt
|
80
|
+
- lib/generators/propel_authentication/templates/auth_mailer.rb
|
81
|
+
- lib/generators/propel_authentication/templates/authenticatable.rb
|
82
|
+
- lib/generators/propel_authentication/templates/concerns/confirmable.rb
|
83
|
+
- lib/generators/propel_authentication/templates/concerns/lockable.rb
|
84
|
+
- lib/generators/propel_authentication/templates/concerns/propel_authentication.rb
|
85
|
+
- lib/generators/propel_authentication/templates/concerns/rack_session_disable.rb
|
86
|
+
- lib/generators/propel_authentication/templates/concerns/recoverable.rb
|
87
|
+
- lib/generators/propel_authentication/templates/config/environments/development_email.rb
|
88
|
+
- lib/generators/propel_authentication/templates/core/configuration_methods.rb
|
89
|
+
- lib/generators/propel_authentication/templates/db/migrate/create_agencies.rb
|
90
|
+
- lib/generators/propel_authentication/templates/db/migrate/create_agents.rb
|
91
|
+
- lib/generators/propel_authentication/templates/db/migrate/create_invitations.rb
|
92
|
+
- lib/generators/propel_authentication/templates/db/migrate/create_organizations.rb
|
93
|
+
- lib/generators/propel_authentication/templates/db/migrate/create_users.rb
|
94
|
+
- lib/generators/propel_authentication/templates/db/seeds.rb
|
95
|
+
- lib/generators/propel_authentication/templates/invitation.rb
|
96
|
+
- lib/generators/propel_authentication/templates/organization.rb
|
97
|
+
- lib/generators/propel_authentication/templates/propel_authentication.rb.tt
|
98
|
+
- lib/generators/propel_authentication/templates/services/auth_notification_service.rb
|
99
|
+
- lib/generators/propel_authentication/templates/test/concerns/confirmable_test.rb.tt
|
100
|
+
- lib/generators/propel_authentication/templates/test/concerns/lockable_test.rb.tt
|
101
|
+
- lib/generators/propel_authentication/templates/test/concerns/propel_authentication_test.rb.tt
|
102
|
+
- lib/generators/propel_authentication/templates/test/concerns/recoverable_test.rb.tt
|
103
|
+
- lib/generators/propel_authentication/templates/test/controllers/auth/lockable_integration_test.rb.tt
|
104
|
+
- lib/generators/propel_authentication/templates/test/controllers/auth/password_reset_integration_test.rb.tt
|
105
|
+
- lib/generators/propel_authentication/templates/test/controllers/auth/tokens_controller_test.rb.tt
|
106
|
+
- lib/generators/propel_authentication/templates/test/mailers/auth_mailer_test.rb.tt
|
107
|
+
- lib/generators/propel_authentication/templates/test/mailers/previews/auth_mailer_preview.rb
|
108
|
+
- lib/generators/propel_authentication/templates/tokens_controller.rb.tt
|
109
|
+
- lib/generators/propel_authentication/templates/user.rb
|
110
|
+
- lib/generators/propel_authentication/templates/user_test.rb.tt
|
111
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/account_unlock.html.erb
|
112
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/account_unlock.text.erb
|
113
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/email_confirmation.html.erb
|
114
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/email_confirmation.text.erb
|
115
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/password_reset.html.erb
|
116
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/password_reset.text.erb
|
117
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/user_invitation.html.erb
|
118
|
+
- lib/generators/propel_authentication/templates/views/auth_mailer/user_invitation.text.erb
|
119
|
+
- lib/generators/propel_authentication/test/dummy/Dockerfile
|
120
|
+
- lib/generators/propel_authentication/test/dummy/Gemfile
|
121
|
+
- lib/generators/propel_authentication/test/dummy/README.md
|
122
|
+
- lib/generators/propel_authentication/test/dummy/Rakefile
|
123
|
+
- lib/generators/propel_authentication/test/dummy/app/assets/stylesheets/application.css
|
124
|
+
- lib/generators/propel_authentication/test/dummy/app/controllers/application_controller.rb
|
125
|
+
- lib/generators/propel_authentication/test/dummy/app/helpers/application_helper.rb
|
126
|
+
- lib/generators/propel_authentication/test/dummy/app/jobs/application_job.rb
|
127
|
+
- lib/generators/propel_authentication/test/dummy/app/mailers/application_mailer.rb
|
128
|
+
- lib/generators/propel_authentication/test/dummy/app/models/application_record.rb
|
129
|
+
- lib/generators/propel_authentication/test/dummy/app/views/layouts/application.html.erb
|
130
|
+
- lib/generators/propel_authentication/test/dummy/app/views/layouts/mailer.html.erb
|
131
|
+
- lib/generators/propel_authentication/test/dummy/app/views/layouts/mailer.text.erb
|
132
|
+
- lib/generators/propel_authentication/test/dummy/app/views/pwa/manifest.json.erb
|
133
|
+
- lib/generators/propel_authentication/test/dummy/app/views/pwa/service-worker.js
|
134
|
+
- lib/generators/propel_authentication/test/dummy/bin/brakeman
|
135
|
+
- lib/generators/propel_authentication/test/dummy/bin/dev
|
136
|
+
- lib/generators/propel_authentication/test/dummy/bin/docker-entrypoint
|
137
|
+
- lib/generators/propel_authentication/test/dummy/bin/rails
|
138
|
+
- lib/generators/propel_authentication/test/dummy/bin/rake
|
139
|
+
- lib/generators/propel_authentication/test/dummy/bin/rubocop
|
140
|
+
- lib/generators/propel_authentication/test/dummy/bin/setup
|
141
|
+
- lib/generators/propel_authentication/test/dummy/bin/thrust
|
142
|
+
- lib/generators/propel_authentication/test/dummy/config.ru
|
143
|
+
- lib/generators/propel_authentication/test/dummy/config/application.rb
|
144
|
+
- lib/generators/propel_authentication/test/dummy/config/boot.rb
|
145
|
+
- lib/generators/propel_authentication/test/dummy/config/cable.yml
|
146
|
+
- lib/generators/propel_authentication/test/dummy/config/credentials.yml.enc
|
147
|
+
- lib/generators/propel_authentication/test/dummy/config/database.yml
|
148
|
+
- lib/generators/propel_authentication/test/dummy/config/environment.rb
|
149
|
+
- lib/generators/propel_authentication/test/dummy/config/environments/development.rb
|
150
|
+
- lib/generators/propel_authentication/test/dummy/config/environments/production.rb
|
151
|
+
- lib/generators/propel_authentication/test/dummy/config/environments/test.rb
|
152
|
+
- lib/generators/propel_authentication/test/dummy/config/initializers/assets.rb
|
153
|
+
- lib/generators/propel_authentication/test/dummy/config/initializers/content_security_policy.rb
|
154
|
+
- lib/generators/propel_authentication/test/dummy/config/initializers/filter_parameter_logging.rb
|
155
|
+
- lib/generators/propel_authentication/test/dummy/config/initializers/inflections.rb
|
156
|
+
- lib/generators/propel_authentication/test/dummy/config/locales/en.yml
|
157
|
+
- lib/generators/propel_authentication/test/dummy/config/master.key
|
158
|
+
- lib/generators/propel_authentication/test/dummy/config/puma.rb
|
159
|
+
- lib/generators/propel_authentication/test/dummy/config/routes.rb
|
160
|
+
- lib/generators/propel_authentication/test/dummy/config/storage.yml
|
161
|
+
- lib/generators/propel_authentication/test/dummy/db/schema.rb
|
162
|
+
- lib/generators/propel_authentication/test/generators/authentication/controllers/tokens_controller_test.rb
|
163
|
+
- lib/generators/propel_authentication/test/generators/authentication/install_generator_test.rb
|
164
|
+
- lib/generators/propel_authentication/test/generators/authentication/uninstall_generator_test.rb
|
165
|
+
- lib/generators/propel_authentication/test/integration/generator_integration_test.rb
|
166
|
+
- lib/generators/propel_authentication/test/integration/multi_version_generator_test.rb
|
167
|
+
- lib/generators/propel_authentication/unpack_generator.rb
|
168
|
+
- lib/propel_authentication.rb
|
169
169
|
homepage: https://github.com/propel-hq/propel_rails.git
|
170
170
|
licenses:
|
171
171
|
- MIT
|