-
The latest version now wipes access-token and client for subsequent API requests:
https://github.com/lynndylanhurley/devise_token_auth/blob/00fa5f4507da806f66664787745086ce404d95b4/app/controllers/…
-
```
Steps to reproduce:
1.Add server
2.Click its ip/hostname
3. try doing something jsut get an error
Actual result:Fails todo anything
Expected result:to sync the nodes
Version of the product:
Se…
-
It currently asks for a name to log info, but with multiple folks having access any one can use anyone's name. Would be great to have a password issued to each user so they can use to only login using…
-
Here are the framework libraries we're planning to use for the back end
Web Application Framework
Express.js
http://toolbox.no.de/packages/express
Reason: Out of all the web frameworks built on node,…
-
```
Steps to reproduce:
1.Add server
2.Click its ip/hostname
3. try doing something jsut get an error
Actual result:Fails todo anything
Expected result:to sync the nodes
Version of the product:
Se…
-
Hello. Thanks all who maintain and contribute to this gem.
I use it for SSO with ADFS in my project. While setting up I was getting the error
```
...
DEBUG -- omniauth: (openid_connect) Callback…
-
基础命令
```bash
$ apt-get update
```
添加SSH 到服务器
```bash
$ cd ~
$ mkdir .ssh
$ cd .ssh
$ vim authorized_keys # 将本机id_rsa.pub中的key粘贴进去
```
服务器生成ssh key
```bash
$ ssh-keygen -t rsa -b 409…
-
I can register and log in successfully but after that all requests to the server for does not include these headers access-token, expiry, Referer, token-type, uid and hence i keep getting {"errors":["…
-
Hi,
I use the WYSIWYG plugin together with “[Redmine Issue Templates](https://github.com/agileware-jp/redmine_issue_templates)” and noticed that updating the Visual content seems to be broken since…
-
This issue is regarding #1273 and #1400 and [#authorization-allowlistingdenylisting](https://activerecord-hackery.github.io/ransack/going-further/other-notes/#authorization-allowlistingdenylisting)
…