-
Hello and thank you so much for your very helpful book and useful examples!
I'm trying to learn about OAuth to use in a split-stack Ruby on Rails/React client application (i.e., front and back end …
-
```
What steps will reproduce the problem?
Try to use the setting for no authentication on SMTP in the Preferences
page (SMTP Authentication Type: none). Emails will not send and
ActionMailer will giv…
-
```
What steps will reproduce the problem?
Try to use the setting for no authentication on SMTP in the Preferences
page (SMTP Authentication Type: none). Emails will not send and
ActionMailer will giv…
-
```
What steps will reproduce the problem?
Try to use the setting for no authentication on SMTP in the Preferences
page (SMTP Authentication Type: none). Emails will not send and
ActionMailer will giv…
-
Hi,
When I use the the swagger strategy, my endpoint spits this out:
``` javascript
{
"apiVersion": "0.1",
"swaggerVersion": "1.2",
"resourcePath": "/users",
"produces": [
"appli…
-
While debugging an intermittent unlog issue on a mobile app consuming a Rails app powered by devise_token_oauth, we found occurrences of 304 returned to the client whereas the token was changed.
Af…
-
I'm getting this error when registering a new user,
here's my signUp function:
```
const signUp = (data, dispatch, props) => {
data["confirm_success_url"] = props.match.url.replace("/signu…
-
# TODO
- API KEYを発行できるようにする
- 公開するAPIを整理する
- API Documentを作成する
-
It depends on 'dist/bower.json' but it's not found.
``` bash
There was a Errno::ENOENT while loading ember_devise_simple_auth.gemspec:
No such file or directory - /Users/adolfo/.rvm/gems/ruby-2.0.0-…
-
### Configuration
- Provider Gem: `omniauth`
- Framework: `Rails 7`
### Problem and easy fix
I don't know why, but inside omniauth strategy, the `current_path` is always with double `/`
i.e…