Skip to content

Commit 605de86

Browse files
Update links to https [ci skip]
Ref. heartcombo#5833
1 parent 5e3a8bf commit 605de86

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ This code of conduct applies both within project spaces and in public spaces whe
1919

2020
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by sending an email to [heartcombo.oss@gmail.com](heartcombo.oss@gmail.com) or contacting one or more of the project maintainers.
2121

22-
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.2.0, available at [http://contributor-covenant.org/version/1/2/0/](http://contributor-covenant.org/version/1/2/0/)
22+
This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.2.0, available at [https://contributor-covenant.org/version/1/2/0/](https://contributor-covenant.org/version/1/2/0/)

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ internationalization.
2727

2828
Avoid opening new issues to ask questions in our issues tracker. Please go through
2929
the project wiki, documentation and source code first, or try to ask your question
30-
on [Stack Overflow](http://stackoverflow.com/questions/tagged/devise).
30+
on [Stack Overflow](https://stackoverflow.com/questions/tagged/devise).
3131

3232
**If you find a security bug, do not report it through GitHub. Please send an
3333
e-mail to [heartcombo.oss@gmail.com](mailto:heartcombo.oss@gmail.com)

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ If you have discovered a security related bug, please do *NOT* use the GitHub is
7979

8080
If you have any questions, comments, or concerns, please use StackOverflow instead of the GitHub issue tracker:
8181

82-
http://stackoverflow.com/questions/tagged/devise
82+
https://stackoverflow.com/questions/tagged/devise
8383

8484
The deprecated mailing lists can still be read on:
8585

@@ -90,7 +90,7 @@ https://groups.google.com/group/heartcombo
9090

9191
You can view the Devise documentation in RDoc format here:
9292

93-
http://rubydoc.info/github/heartcombo/devise/main/frames
93+
https://rubydoc.info/github/heartcombo/devise/main/frames
9494

9595
If you need to use Devise with previous versions of Rails, you can always run "gem server" from the command line after you install the gem to access the old documentation.
9696

@@ -745,7 +745,7 @@ config.http_authenticatable = [:database]
745745
```
746746

747747
This restriction does not limit you from implementing custom warden strategies, either in your application or via gem-based extensions for devise.
748-
A common authentication strategy for APIs is token-based authentication. For more information on extending devise to support this type of authentication and others, see the wiki article for [Simple Token Authentication Examples and alternatives](https://github.com/heartcombo/devise/wiki/How-To:-Simple-Token-Authentication-Example#alternatives) or this blog post on [Custom authentication methods with Devise](http://blog.plataformatec.com.br/2019/01/custom-authentication-methods-with-devise/).
748+
A common authentication strategy for APIs is token-based authentication. For more information on extending devise to support this type of authentication and others, see the wiki article for [Simple Token Authentication Examples and alternatives](https://github.com/heartcombo/devise/wiki/How-To:-Simple-Token-Authentication-Example#alternatives) or this blog post on [Custom authentication methods with Devise](https://blog.plataformatec.com.br/2019/01/custom-authentication-methods-with-devise/).
749749

750750
#### Testing
751751
API Mode changes the order of the middleware stack, and this can cause problems for `Devise::Test::IntegrationHelpers`. This problem usually surfaces as an ```undefined method `[]=' for nil:NilClass``` error when using integration test helpers, such as `#sign_in`. The solution is simply to reorder the middlewares by adding the following to test.rb:

0 commit comments

Comments
 (0)